Html Css Color HEX #E57046 Jaffa

📋 copy color: '#E57046'

red 229 ◦ green 112 ◦ blue 70

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

Shades of Jaffa #E57046

Tints of Jaffa #E57046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.03%

R = 55.72%
G = 27.25%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E57046 (or 0xE57046) is known color: Jaffa. HEX triplet: E5, 70 and 46. RGB value is (229,112,70). Sum of RGB (Red+Green+Blue) = 229+112+70=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E57046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57046 is #1A8FB9. Grayscale: #8E8E8E. Windows color (decimal): -1740730 or 4616421. OLE color: 4616421.

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

Color convert

RGB 229 112 70 -
CMYK 0 0.51 0.69 0.10
HSL 15.85º 0.75% 0.59% -
HSV(B) 15.85º 0.69% 0.9% -
XYZ 39.21 28.69 9.27 -
YUV 142.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 229 112 70 0 0.51 0.69 0.10 15.85 0.75 0.59
Hex E5 70 46 0 33 45 A 10 4B 3B
Octal 345 160 106 0 63 105 12 20 113 73
Binary 11100101 1110000 1000110 0 110011 1000101 1010 10000 1001011 111011

Color Harmonies of #E57046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57046

Black with #E57046

Text Example


Text Example

White with #E57046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57046; }

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

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

background-color css

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

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

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

border-color css

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

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

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