#EE490B

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

Shades of Persimmon #EE490B

Tints of Persimmon #EE490B

Color information

#EE490B (or 0xEE490B) is unknown color: approx Persimmon. HEX triplet: EE, 49 and 0B. RGB value is (238,73,11). Sum of RGB (Red+Green+Blue) = 238+73+11=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE490B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE490B is #11B6F4. Grayscale: #737373. Windows color (decimal): -1160949 or 739822. OLE color: 739822.

HSL color Cylindrical-coordinate representation of color #EE490B: hue angle of 16.39º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE490B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB2387311-
CMYK00.690.950.07
HSL16.39º91.16%48.82%-
HSV(B)16.39º95.38%93.33%-
XYZ37.722.972.76-
YUV115.2769.16215.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 73.91%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 11 (4.69% from 255) = 3.42%
R=73.91%
G=22.67%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238731100.690.950.0716.3991.1648.82
HexEE49B0455F7105b31
Octal35611113010513772013361
Binary1110111010010011011010001011011111111100001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE490B; }

 p { color: rgb(238,73,11); }

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

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

 a { background-color: rgb(238,73,11); }

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

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

 span { border-color: rgb(238,73,11); }

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