Html Css Color HEX #E57045 Jaffa

📋 copy color: '#E57045'

red 229 ◦ green 112 ◦ blue 69

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

Shades of Jaffa #E57045

Tints of Jaffa #E57045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.83%

R = 55.85%
G = 27.32%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E57045 (or 0xE57045) is known color: Jaffa. HEX triplet: E5, 70 and 45. RGB value is (229,112,69). Sum of RGB (Red+Green+Blue) = 229+112+69=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E57045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57045 is #1A8FBA. Grayscale: #8E8E8E. Windows color (decimal): -1740731 or 4550885. OLE color: 4550885.

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

Color convert

RGB 229 112 69 -
CMYK 0 0.51 0.70 0.10
HSL 16.13º 0.75% 0.58% -
HSV(B) 16.13º 0.7% 0.9% -
XYZ 39.18 28.68 9.1 -
YUV 142.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 229 112 69 0 0.51 0.70 0.10 16.13 0.75 0.58
Hex E5 70 45 0 33 46 A 10 4B 3A
Octal 345 160 105 0 63 106 12 20 113 72
Binary 11100101 1110000 1000101 0 110011 1000110 1010 10000 1001011 111010

Color Harmonies of #E57045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57045

Black with #E57045

Text Example


Text Example

White with #E57045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57045; }

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

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

background-color css

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

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

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

border-color css

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

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

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