#E08053

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

Shades of Jaffa #E08053

Tints of Jaffa #E08053

Color information

#E08053 (or 0xE08053) is unknown color: approx Jaffa. HEX triplet: E0, 80 and 53. RGB value is (224,128,83). Sum of RGB (Red+Green+Blue) = 224+128+83=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E08053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08053 is #1F7FAC. Grayscale: #979797. Windows color (decimal): -2064301 or 5472480. OLE color: 5472480.

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

Color convert

RGB22412883-
CMYK00.430.630.12
HSL19.15º69.46%60.2%-
HSV(B)19.15º62.95%87.84%-
XYZ40.0231.9112.23-
YUV151.5789.3179.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.49%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 83 (32.81% from 255) = 19.08%
R=51.49%
G=29.43%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241288300.430.630.1219.1569.4660.2
HexE0805302B3FC13453c
Octal34020012305377142310574
Binary1110000010000000101001101010111111111100100111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08053; }

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

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

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

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

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

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

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

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