#E07F51

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

Shades of Jaffa #E07F51

Tints of Jaffa #E07F51

Color information

#E07F51 (or 0xE07F51) is unknown color: approx Jaffa. HEX triplet: E0, 7F and 51. RGB value is (224,127,81). Sum of RGB (Red+Green+Blue) = 224+127+81=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F51 is #1F80AE. Grayscale: #979797. Windows color (decimal): -2064559 or 5341152. OLE color: 5341152.

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

Color convert

RGB22412781-
CMYK00.430.640.12
HSL19.3º69.76%59.8%-
HSV(B)19.3º63.84%87.84%-
XYZ39.8231.6211.79-
YUV150.7688.64180.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.85%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 81 (32.03% from 255) = 18.75%
R=51.85%
G=29.40%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241278100.430.640.1219.369.7659.8
HexE07F5102B40C13463c
Octal340177121053100142310674
Binary1110000011111111010001010101110000001100100111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F51; }

 p { color: rgb(224,127,81); }

 H1.HeaderClassName
 {
   color: #E07F51;
 }
 .AnyTagClassName
 {
   color: #E07F51;
 }
</style>
background-color css

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

 a { background-color: rgb(224,127,81); }

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

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

 span { border-color: rgb(224,127,81); }

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