Html Css Color HEX #E07E4F Jaffa

📋 copy color: '#E07E4F'

red 224 ◦ green 126 ◦ blue 79

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

Shades of Jaffa #E07E4F

Tints of Jaffa #E07E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.41%

R = 52.21%
G = 29.37%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E07E4F (or 0xE07E4F) is known color: Jaffa. HEX triplet: E0, 7E and 4F. RGB value is (224,126,79). Sum of RGB (Red+Green+Blue) = 224+126+79=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E4F is #1F81B0. Grayscale: #969696. Windows color (decimal): -2064817 or 5209824. OLE color: 5209824.

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

Color convert

RGB 224 126 79 -
CMYK 0 0.44 0.65 0.12
HSL 19.45º 0.7% 0.59% -
HSV(B) 19.45º 0.65% 0.88% -
XYZ 39.61 31.33 11.36 -
YUV 149.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 224 126 79 0 0.44 0.65 0.12 19.45 0.7 0.59
Hex E0 7E 4F 0 2C 41 C 13 46 3B
Octal 340 176 117 0 54 101 14 23 106 73
Binary 11100000 1111110 1001111 0 101100 1000001 1100 10011 1000110 111011

Color Harmonies of #E07E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E4F

Black with #E07E4F

Text Example


Text Example

White with #E07E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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