Html Css Color HEX #E0804D Jaffa

📋 copy color: '#E0804D'

red 224 ◦ green 128 ◦ blue 77

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

Shades of Jaffa #E0804D

Tints of Jaffa #E0804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.95%

R = 52.21%
G = 29.84%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0804D (or 0xE0804D) is known color: Jaffa. HEX triplet: E0, 80 and 4D. RGB value is (224,128,77). Sum of RGB (Red+Green+Blue) = 224+128+77=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0804D is #1F7FB2. Grayscale: #979797. Windows color (decimal): -2064307 or 5079264. OLE color: 5079264.

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

Color convert

RGB 224 128 77 -
CMYK 0 0.43 0.66 0.12
HSL 20.82º 0.7% 0.59% -
HSV(B) 20.82º 0.66% 0.88% -
XYZ 39.8 31.82 11.07 -
YUV 150.89 86.3 180.15 -
System Red Green Blue C M Y K H S L
Decimal 224 128 77 0 0.43 0.66 0.12 20.82 0.7 0.59
Hex E0 80 4D 0 2B 42 C 15 46 3B
Octal 340 200 115 0 53 102 14 25 106 73
Binary 11100000 10000000 1001101 0 101011 1000010 1100 10101 1000110 111011

Color Harmonies of #E0804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0804D

Black with #E0804D

Text Example


Text Example

White with #E0804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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