Html Css Color HEX #E07047 Jaffa

📋 copy color: '#E07047'

red 224 ◦ green 112 ◦ blue 71

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

Shades of Jaffa #E07047

Tints of Jaffa #E07047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.44%

R = 55.04%
G = 27.52%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E07047 (or 0xE07047) is known color: Jaffa. HEX triplet: E0, 70 and 47. RGB value is (224,112,71). Sum of RGB (Red+Green+Blue) = 224+112+71=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E07047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07047 is #1F8FB8. Grayscale: #8D8D8D. Windows color (decimal): -2068409 or 4681952. OLE color: 4681952.

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

Color convert

RGB 224 112 71 -
CMYK 0 0.50 0.68 0.12
HSL 16.08º 0.71% 0.58% -
HSV(B) 16.08º 0.68% 0.88% -
XYZ 37.67 27.89 9.36 -
YUV 140.81 88.61 187.33 -
System Red Green Blue C M Y K H S L
Decimal 224 112 71 0 0.50 0.68 0.12 16.08 0.71 0.58
Hex E0 70 47 0 32 44 C 10 47 3A
Octal 340 160 107 0 62 104 14 20 107 72
Binary 11100000 1110000 1000111 0 110010 1000100 1100 10000 1000111 111010

Color Harmonies of #E07047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07047

Black with #E07047

Text Example


Text Example

White with #E07047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07047; }

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

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

background-color css

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

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

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

border-color css

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

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

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