#E05F0B

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

Shades of Persimmon #E05F0B

Tints of Persimmon #E05F0B

Color information

#E05F0B (or 0xE05F0B) is unknown color: approx Persimmon. HEX triplet: E0, 5F and 0B. RGB value is (224,95,11). Sum of RGB (Red+Green+Blue) = 224+95+11=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F0B is #1FA0F4. Grayscale: #7C7C7C. Windows color (decimal): -2072821 or 745440. OLE color: 745440.

HSL color Cylindrical-coordinate representation of color #E05F0B: hue angle of 23.66º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E05F0B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB2249511-
CMYK00.580.950.12
HSL23.66º90.64%46.08%-
HSV(B)23.66º95.09%87.84%-
XYZ34.8924.063.12-
YUV123.9964.24199.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.88%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 11 (4.69% from 255) = 3.33%
R=67.88%
G=28.79%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224951100.580.950.1223.6690.6446.08
HexE05FB03A5FC185b2e
Octal34013713072137143013356
Binary1110000010111111011011101010111111100110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05F0B; }

 p { color: rgb(224,95,11); }

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

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

 a { background-color: rgb(224,95,11); }

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

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

 span { border-color: rgb(224,95,11); }

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