Html Css Color HEX #E57242 Jaffa

📋 copy color: '#E57242'

red 229 ◦ green 114 ◦ blue 66

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

Shades of Jaffa #E57242

Tints of Jaffa #E57242

RGB

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

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

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

R = 55.99%
G = 27.87%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E57242 (or 0xE57242) is known color: Jaffa. HEX triplet: E5, 72 and 42. RGB value is (229,114,66). Sum of RGB (Red+Green+Blue) = 229+114+66=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E57242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57242 is #1A8DBD. Grayscale: #8F8F8F. Windows color (decimal): -1740222 or 4354789. OLE color: 4354789.

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

Color convert

RGB 229 114 66 -
CMYK 0 0.50 0.71 0.10
HSL 17.67º 0.76% 0.58% -
HSV(B) 17.67º 0.71% 0.9% -
XYZ 39.31 29.09 8.7 -
YUV 142.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 229 114 66 0 0.50 0.71 0.10 17.67 0.76 0.58
Hex E5 72 42 0 32 47 A 12 4C 3A
Octal 345 162 102 0 62 107 12 22 114 72
Binary 11100101 1110010 1000010 0 110010 1000111 1010 10010 1001100 111010

Color Harmonies of #E57242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57242

Black with #E57242

Text Example


Text Example

White with #E57242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57242; }

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

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

background-color css

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

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

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

border-color css

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

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

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