Html Css Color HEX #E07042 Jaffa

📋 copy color: '#E07042'

red 224 ◦ green 112 ◦ blue 66

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

Shades of Jaffa #E07042

Tints of Jaffa #E07042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

 BLUE value IS 66 (26.17% from 255) = 16.42%

R = 55.72%
G = 27.86%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E07042 (or 0xE07042) is known color: Jaffa. HEX triplet: E0, 70 and 42. RGB value is (224,112,66). Sum of RGB (Red+Green+Blue) = 224+112+66=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E07042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07042 is #1F8FBD. Grayscale: #8C8C8C. Windows color (decimal): -2068414 or 4354272. OLE color: 4354272.

HSL color Cylindrical-coordinate representation of color #E07042: hue angle of 17.47º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E07042 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 66 -
CMYK 0 0.50 0.71 0.12
HSL 17.47º 0.72% 0.57% -
HSV(B) 17.47º 0.71% 0.88% -
XYZ 37.52 27.83 8.55 -
YUV 140.24 86.11 187.74 -
System Red Green Blue C M Y K H S L
Decimal 224 112 66 0 0.50 0.71 0.12 17.47 0.72 0.57
Hex E0 70 42 0 32 47 C 11 48 39
Octal 340 160 102 0 62 107 14 21 110 71
Binary 11100000 1110000 1000010 0 110010 1000111 1100 10001 1001000 111001

Color Harmonies of #E07042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07042

Black with #E07042

Text Example


Text Example

White with #E07042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07042; }

 p { color: rgb(224,112,66); }

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

background-color css

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

 a { background-color: rgb(224,112,66); }

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

border-color css

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

 span { border-color: rgb(224,112,66); }

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