Html Css Color HEX #E4804A Jaffa

📋 copy color: '#E4804A'

red 228 ◦ green 128 ◦ blue 74

#E4804A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #E4804A

Tints of Jaffa #E4804A

RGB

 RED value IS 228 (89.45% from 255) = 53.02%

 GREEN value IS 128 (50.39% from 255) = 29.77%

 BLUE value IS 74 (29.3% from 255) = 17.21%

R = 53.02%
G = 29.77%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E4804A (or 0xE4804A) is known color: Jaffa. HEX triplet: E4, 80 and 4A. RGB value is (228,128,74). Sum of RGB (Red+Green+Blue) = 228+128+74=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E4804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4804A is #1B7FB5. Grayscale: #989898. Windows color (decimal): -1802166 or 4882660. OLE color: 4882660.

HSL color Cylindrical-coordinate representation of color #E4804A: hue angle of 21.04º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4804A is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 128 74 -
CMYK 0 0.44 0.68 0.11
HSL 21.04º 0.74% 0.59% -
HSV(B) 21.04º 0.68% 0.89% -
XYZ 40.95 32.43 10.58 -
YUV 151.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 228 128 74 0 0.44 0.68 0.11 21.04 0.74 0.59
Hex E4 80 4A 0 2C 44 B 15 4A 3B
Octal 344 200 112 0 54 104 13 25 112 73
Binary 11100100 10000000 1001010 0 101100 1000100 1011 10101 1001010 111011

Color Harmonies of #E4804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4804A

Black with #E4804A

Text Example


Text Example

White with #E4804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4804A; }

 p { color: rgb(228,128,74); }

 H1.HeaderClassName
 {
   color: #E4804A;
 }
 .AnyTagClassName
 {
   color: #E4804A;
 }
</style>

background-color css

<style>
 a { background-color: #E4804A; }

 a { background-color: rgb(228,128,74); }

 div.DivClassName
 {
   background-color: #E4804A;
 }
 .BgClassName
 {
   background-color: #E4804A;
 }
</style>

border-color css

<style>
 span { border-color: #E4804A; }

 span { border-color: rgb(228,128,74); }

 td.TdClassName
 {
   border-color: #E4804A;
 }
 .TagClassName
 {
   border-color: #E4804A;
 }
</style>