#E65F0C

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

Shades of Persimmon #E65F0C

Tints of Persimmon #E65F0C

Color information

#E65F0C (or 0xE65F0C) is unknown color: approx Persimmon. HEX triplet: E6, 5F and 0C. RGB value is (230,95,12). Sum of RGB (Red+Green+Blue) = 230+95+12=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65F0C is #19A0F3. Grayscale: #7E7E7E. Windows color (decimal): -1679604 or 810982. OLE color: 810982.

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

Color convert

RGB2309512-
CMYK00.590.950.10
HSL22.84º90.08%47.45%-
HSV(B)22.84º94.78%90.2%-
XYZ36.7925.033.24-
YUV125.963.73202.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 68.25%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 12 (5.08% from 255) = 3.56%
R=68.25%
G=28.19%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230951200.590.950.1022.8490.0847.45
HexE65FC03B5FA175a2f
Octal34613714073137122713257
Binary1110011010111111100011101110111111010101111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65F0C; }

 p { color: rgb(230,95,12); }

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

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

 a { background-color: rgb(230,95,12); }

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

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

 span { border-color: rgb(230,95,12); }

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