Html Css Color HEX #E57042 Jaffa

📋 copy color: '#E57042'

red 229 ◦ green 112 ◦ blue 66

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

Shades of Jaffa #E57042

Tints of Jaffa #E57042

RGB

 RED value IS 229 (89.84% from 255) = 56.27%

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

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

R = 56.27%
G = 27.52%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E57042 (or 0xE57042) is known color: Jaffa. HEX triplet: E5, 70 and 42. RGB value is (229,112,66). Sum of RGB (Red+Green+Blue) = 229+112+66=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E57042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57042 is #1A8FBD. Grayscale: #8E8E8E. Windows color (decimal): -1740734 or 4354277. OLE color: 4354277.

HSL color Cylindrical-coordinate representation of color #E57042: hue angle of 16.93º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E57042 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 112 66 -
CMYK 0 0.51 0.71 0.10
HSL 16.93º 0.76% 0.58% -
HSV(B) 16.93º 0.71% 0.9% -
XYZ 39.09 28.64 8.62 -
YUV 141.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 229 112 66 0 0.51 0.71 0.10 16.93 0.76 0.58
Hex E5 70 42 0 33 47 A 11 4C 3A
Octal 345 160 102 0 63 107 12 21 114 72
Binary 11100101 1110000 1000010 0 110011 1000111 1010 10001 1001100 111010

Color Harmonies of #E57042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57042

Black with #E57042

Text Example


Text Example

White with #E57042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57042; }

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

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

background-color css

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

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

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

border-color css

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

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

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