#ed4a0c

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

Shades of Persimmon #ED4A0C

Tints of Persimmon #ED4A0C

Color information

#ED4A0C (or 0xED4A0C) is unknown color: approx Persimmon. HEX triplet: ED, 4A and 0C. RGB value is (237,74,12). Sum of RGB (Red+Green+Blue) = 237+74+12=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4A0C is #12B5F3. Grayscale: #747474. Windows color (decimal): -1226228 or 805613. OLE color: 805613.

HSL color Cylindrical-coordinate representation of color #ED4A0C: hue angle of 16.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED4A0C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB2377412-
CMYK00.690.950.07
HSL16.53º90.36%48.82%-
HSV(B)16.53º94.94%92.94%-
XYZ37.4422.932.8-
YUV115.6769.5214.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 73.37%
GREEN value IS 74 (29.30% from 255) = 22.91%
BLUE value IS 12 (5.08% from 255) = 3.72%
R=73.37%
G=22.91%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237741200.690.950.0716.5390.3648.82
HexED4AC0455F7115a31
Octal35511214010513772113261
Binary1110110110010101100010001011011111111100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed4a0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed4a0c; }

 p { color: rgb(237,74,12); }

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

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

 a { background-color: rgb(237,74,12); }

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

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

 span { border-color: rgb(237,74,12); }

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