Html Css Color HEX #E57D4C Jaffa

📋 copy color: '#E57D4C'

red 229 ◦ green 125 ◦ blue 76

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

Shades of Jaffa #E57D4C

Tints of Jaffa #E57D4C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.07%

 BLUE value IS 76 (30.08% from 255) = 17.67%

R = 53.26%
G = 29.07%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E57D4C (or 0xE57D4C) is known color: Jaffa. HEX triplet: E5, 7D and 4C. RGB value is (229,125,76). Sum of RGB (Red+Green+Blue) = 229+125+76=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57D4C is #1A82B3. Grayscale: #969696. Windows color (decimal): -1737396 or 5012965. OLE color: 5012965.

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

Color convert

RGB 229 125 76 -
CMYK 0 0.45 0.67 0.10
HSL 19.22º 0.75% 0.6% -
HSV(B) 19.22º 0.67% 0.9% -
XYZ 40.95 31.85 10.83 -
YUV 150.51 85.96 183.98 -
System Red Green Blue C M Y K H S L
Decimal 229 125 76 0 0.45 0.67 0.10 19.22 0.75 0.6
Hex E5 7D 4C 0 2D 43 A 13 4B 3C
Octal 345 175 114 0 55 103 12 23 113 74
Binary 11100101 1111101 1001100 0 101101 1000011 1010 10011 1001011 111100

Color Harmonies of #E57D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57D4C

Black with #E57D4C

Text Example


Text Example

White with #E57D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57D4C; }

 p { color: rgb(229,125,76); }

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

background-color css

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

 a { background-color: rgb(229,125,76); }

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

border-color css

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

 span { border-color: rgb(229,125,76); }

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