Html Css Color HEX #E07D4C Jaffa

📋 copy color: '#E07D4C'

red 224 ◦ green 125 ◦ blue 76

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

Shades of Jaffa #E07D4C

Tints of Jaffa #E07D4C

RGB

 RED value IS 224 (87.89% from 255) = 52.71%

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

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

R = 52.71%
G = 29.41%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E07D4C (or 0xE07D4C) is known color: Jaffa. HEX triplet: E0, 7D and 4C. RGB value is (224,125,76). Sum of RGB (Red+Green+Blue) = 224+125+76=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07D4C is #1F82B3. Grayscale: #959595. Windows color (decimal): -2065076 or 5012960. OLE color: 5012960.

HSL color Cylindrical-coordinate representation of color #E07D4C: hue angle of 19.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E07D4C is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 125 76 -
CMYK 0 0.44 0.66 0.12
HSL 19.86º 0.7% 0.59% -
HSV(B) 19.86º 0.66% 0.88% -
XYZ 39.38 31.04 10.75 -
YUV 149.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 224 125 76 0 0.44 0.66 0.12 19.86 0.7 0.59
Hex E0 7D 4C 0 2C 42 C 14 46 3B
Octal 340 175 114 0 54 102 14 24 106 73
Binary 11100000 1111101 1001100 0 101100 1000010 1100 10100 1000110 111011

Color Harmonies of #E07D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D4C

Black with #E07D4C

Text Example


Text Example

White with #E07D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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