#ED5F03

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

Shades of Persimmon #ED5F03

Tints of Persimmon #ED5F03

Color information

#ED5F03 (or 0xED5F03) is unknown color: approx Persimmon. HEX triplet: ED, 5F and 03. RGB value is (237,95,3). Sum of RGB (Red+Green+Blue) = 237+95+3=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5F03 is #12A0FC. Grayscale: #7F7F7F. Windows color (decimal): -1220861 or 221165. OLE color: 221165.

HSL color Cylindrical-coordinate representation of color #ED5F03: hue angle of 23.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED5F03 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB237953-
CMYK00.600.990.07
HSL23.59º97.5%47.06%-
HSV(B)23.59º98.73%92.94%-
XYZ39.0326.23.09-
YUV126.9758.04206.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.75%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 3 (1.56% from 255) = 0.90%
R=70.75%
G=28.36%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23795300.600.990.0723.5997.547.06
HexED5F303C63718622f
Octal355137307414373014257
Binary1110110110111111101111001100011111110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5F03; }

 p { color: rgb(237,95,3); }

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

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

 a { background-color: rgb(237,95,3); }

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

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

 span { border-color: rgb(237,95,3); }

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