Html Css Color HEX #E0804F Jaffa

📋 copy color: '#E0804F'

red 224 ◦ green 128 ◦ blue 79

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

Shades of Jaffa #E0804F

Tints of Jaffa #E0804F

RGB

 RED value IS 224 (87.89% from 255) = 51.97%

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

 BLUE value IS 79 (31.25% from 255) = 18.33%

R = 51.97%
G = 29.7%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0804F (or 0xE0804F) is known color: Jaffa. HEX triplet: E0, 80 and 4F. RGB value is (224,128,79). Sum of RGB (Red+Green+Blue) = 224+128+79=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0804F is #1F7FB0. Grayscale: #979797. Windows color (decimal): -2064305 or 5210336. OLE color: 5210336.

HSL color Cylindrical-coordinate representation of color #E0804F: hue angle of 20.28º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0804F is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 79 -
CMYK 0 0.43 0.65 0.12
HSL 20.28º 0.7% 0.59% -
HSV(B) 20.28º 0.65% 0.88% -
XYZ 39.87 31.85 11.44 -
YUV 151.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 224 128 79 0 0.43 0.65 0.12 20.28 0.7 0.59
Hex E0 80 4F 0 2B 41 C 14 46 3B
Octal 340 200 117 0 53 101 14 24 106 73
Binary 11100000 10000000 1001111 0 101011 1000001 1100 10100 1000110 111011

Color Harmonies of #E0804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0804F

Black with #E0804F

Text Example


Text Example

White with #E0804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0804F; }

 p { color: rgb(224,128,79); }

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

background-color css

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

 a { background-color: rgb(224,128,79); }

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

border-color css

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

 span { border-color: rgb(224,128,79); }

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