#EB5A0C

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

Shades of Persimmon #EB5A0C

Tints of Persimmon #EB5A0C

Color information

#EB5A0C (or 0xEB5A0C) is unknown color: approx Persimmon. HEX triplet: EB, 5A and 0C. RGB value is (235,90,12). Sum of RGB (Red+Green+Blue) = 235+90+12=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5A0C is #14A5F3. Grayscale: #7C7C7C. Windows color (decimal): -1353204 or 809707. OLE color: 809707.

HSL color Cylindrical-coordinate representation of color #EB5A0C: hue angle of 20.99º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB5A0C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB2359012-
CMYK00.620.950.08
HSL20.99º90.28%48.43%-
HSV(B)20.99º94.89%92.16%-
XYZ37.98253.17-
YUV124.4664.54206.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.73%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 12 (5.08% from 255) = 3.56%
R=69.73%
G=26.71%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235901200.620.950.0820.9990.2848.43
HexEB5AC03E5F8155a30
Octal35313214076137102513260
Binary1110101110110101100011111010111111000101011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A0C; }

 p { color: rgb(235,90,12); }

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

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

 a { background-color: rgb(235,90,12); }

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

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

 span { border-color: rgb(235,90,12); }

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