#E08051

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

Shades of Jaffa #E08051

Tints of Jaffa #E08051

Color information

#E08051 (or 0xE08051) is unknown color: approx Jaffa. HEX triplet: E0, 80 and 51. RGB value is (224,128,81). Sum of RGB (Red+Green+Blue) = 224+128+81=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E08051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08051 is #1F7FAE. Grayscale: #979797. Windows color (decimal): -2064303 or 5341408. OLE color: 5341408.

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

Color convert

RGB22412881-
CMYK00.430.640.12
HSL19.72º69.76%59.8%-
HSV(B)19.72º63.84%87.84%-
XYZ39.9431.8811.83-
YUV151.3588.3179.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.73%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 81 (32.03% from 255) = 18.71%
R=51.73%
G=29.56%
B=18.71%

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
Decimal2241288100.430.640.1219.7269.7659.8
HexE0805102B40C14463c
Octal340200121053100142410674
Binary11100000100000001010001010101110000001100101001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08051; }

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

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

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

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

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

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

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

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