Html Css Color HEX #E07E4C Jaffa

📋 copy color: '#E07E4C'

red 224 ◦ green 126 ◦ blue 76

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

Shades of Jaffa #E07E4C

Tints of Jaffa #E07E4C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.58%

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

R = 52.58%
G = 29.58%
B = 17.84%

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

#E07E4C (or 0xE07E4C) is known color: Jaffa. HEX triplet: E0, 7E and 4C. RGB value is (224,126,76). Sum of RGB (Red+Green+Blue) = 224+126+76=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07E4C is #1F81B3. Grayscale: #959595. Windows color (decimal): -2064820 or 5013216. OLE color: 5013216.

HSL color Cylindrical-coordinate representation of color #E07E4C: hue angle of 20.27º 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 #E07E4C is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 126 76 -
CMYK 0 0.44 0.66 0.12
HSL 20.27º 0.7% 0.59% -
HSV(B) 20.27º 0.66% 0.88% -
XYZ 39.51 31.29 10.8 -
YUV 149.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 224 126 76 0 0.44 0.66 0.12 20.27 0.7 0.59
Hex E0 7E 4C 0 2C 42 C 14 46 3B
Octal 340 176 114 0 54 102 14 24 106 73
Binary 11100000 1111110 1001100 0 101100 1000010 1100 10100 1000110 111011

Color Harmonies of #E07E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E4C

Black with #E07E4C

Text Example


Text Example

White with #E07E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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