Html Css Color HEX #E07242 Jaffa

📋 copy color: '#E07242'

red 224 ◦ green 114 ◦ blue 66

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

Shades of Jaffa #E07242

Tints of Jaffa #E07242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

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

R = 55.45%
G = 28.22%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E07242 (or 0xE07242) is known color: Jaffa. HEX triplet: E0, 72 and 42. RGB value is (224,114,66). Sum of RGB (Red+Green+Blue) = 224+114+66=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E07242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07242 is #1F8DBD. Grayscale: #8D8D8D. Windows color (decimal): -2067902 or 4354784. OLE color: 4354784.

HSL color Cylindrical-coordinate representation of color #E07242: hue angle of 18.23º 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 #E07242 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 114 66 -
CMYK 0 0.49 0.71 0.12
HSL 18.23º 0.72% 0.57% -
HSV(B) 18.23º 0.71% 0.88% -
XYZ 37.74 28.28 8.62 -
YUV 141.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 224 114 66 0 0.49 0.71 0.12 18.23 0.72 0.57
Hex E0 72 42 0 31 47 C 12 48 39
Octal 340 162 102 0 61 107 14 22 110 71
Binary 11100000 1110010 1000010 0 110001 1000111 1100 10010 1001000 111001

Color Harmonies of #E07242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07242

Black with #E07242

Text Example


Text Example

White with #E07242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07242; }

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

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

background-color css

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

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

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

border-color css

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

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

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