Html Css Color HEX #EC4810 Persimmon

📋 copy color: '#EC4810'

red 236 ◦ green 72 ◦ blue 16

#EC4810
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #EC4810

Tints of Persimmon #EC4810

RGB

 RED value IS 236 (92.58% from 255) = 72.84%

 GREEN value IS 72 (28.52% from 255) = 22.22%

 BLUE value IS 16 (6.64% from 255) = 4.94%

R = 72.84%
G = 22.22%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC4810 (or 0xEC4810) is known color: Persimmon. HEX triplet: EC, 48 and 10. RGB value is (236,72,16). Sum of RGB (Red+Green+Blue) = 236+72+16=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4810 is #13B7EF. Grayscale: #737373. Windows color (decimal): -1292272 or 1067244. OLE color: 1067244.

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

Color convert

RGB 236 72 16 -
CMYK 0 0.69 0.93 0.07
HSL 15.27º 0.87% 0.49% -
HSV(B) 15.27º 0.93% 0.93% -
XYZ 37 22.51 2.88 -
YUV 114.65 72.33 214.55 -
System Red Green Blue C M Y K H S L
Decimal 236 72 16 0 0.69 0.93 0.07 15.27 0.87 0.49
Hex EC 48 10 0 45 5D 7 F 57 31
Octal 354 110 20 0 105 135 7 17 127 61
Binary 11101100 1001000 10000 0 1000101 1011101 111 1111 1010111 110001

Color Harmonies of #EC4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4810

Black with #EC4810

Text Example


Text Example

White with #EC4810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4810; }

 p { color: rgb(236,72,16); }

 H1.HeaderClassName
 {
   color: #EC4810;
 }
 .AnyTagClassName
 {
   color: #EC4810;
 }
</style>

background-color css

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

 a { background-color: rgb(236,72,16); }

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

border-color css

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

 span { border-color: rgb(236,72,16); }

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