#E35C0B

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

Shades of Persimmon #E35C0B

Tints of Persimmon #E35C0B

Color information

#E35C0B (or 0xE35C0B) is unknown color: approx Persimmon. HEX triplet: E3, 5C and 0B. RGB value is (227,92,11). Sum of RGB (Red+Green+Blue) = 227+92+11=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35C0B is #1CA3F4. Grayscale: #7B7B7B. Windows color (decimal): -1876981 or 744675. OLE color: 744675.

HSL color Cylindrical-coordinate representation of color #E35C0B: hue angle of 22.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E35C0B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB2279211-
CMYK00.590.950.11
HSL22.5º90.76%46.67%-
HSV(B)22.5º95.15%89.02%-
XYZ35.5724.013.08-
YUV123.1364.73202.09-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 68.79%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 11 (4.69% from 255) = 3.33%
R=68.79%
G=27.88%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227921100.590.950.1122.590.7646.67
HexE35CB03B5FB165b2f
Octal34313413073137132613357
Binary1110001110111001011011101110111111011101101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35C0B; }

 p { color: rgb(227,92,11); }

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

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

 a { background-color: rgb(227,92,11); }

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

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

 span { border-color: rgb(227,92,11); }

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