#E08253

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

Shades of Jaffa #E08253

Tints of Jaffa #E08253

Color information

#E08253 (or 0xE08253) is unknown color: approx Jaffa. HEX triplet: E0, 82 and 53. RGB value is (224,130,83). Sum of RGB (Red+Green+Blue) = 224+130+83=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E08253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08253 is #1F7DAC. Grayscale: #999999. Windows color (decimal): -2063789 or 5472992. OLE color: 5472992.

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

Color convert

RGB22413083-
CMYK00.420.630.12
HSL20º69.46%60.2%-
HSV(B)20º62.95%87.84%-
XYZ40.2832.4412.32-
YUV152.7588.64178.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.26%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 83 (32.81% from 255) = 18.99%
R=51.26%
G=29.75%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241308300.420.630.122069.4660.2
HexE0825302A3FC14453c
Octal34020212305277142410574
Binary1110000010000010101001101010101111111100101001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08253; }

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

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

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

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

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

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

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

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