#E07E4F

Color #E07E4F Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #E07E4F

Tints of Jaffa #E07E4F

Color information

#E07E4F (or 0xE07E4F) is unknown color: approx 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

RGB22412679-
CMYK00.440.650.12
HSL19.45º70.05%59.41%-
HSV(B)19.45º64.73%87.84%-
XYZ39.6131.3311.36-
YUV149.9487.97180.82-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241267900.440.650.1219.4570.0559.41
HexE07E4F02C41C13463b
Octal340176117054101142310673
Binary1110000011111101001111010110010000011100100111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>