Html Css Color HEX #EC4A10 Persimmon

📋 copy color: '#EC4A10'

red 236 ◦ green 74 ◦ blue 16

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

Shades of Persimmon #EC4A10

Tints of Persimmon #EC4A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.7%

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

R = 72.39%
G = 22.7%
B = 4.91%

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

#EC4A10 (or 0xEC4A10) is known color: Persimmon. HEX triplet: EC, 4A and 10. RGB value is (236,74,16). Sum of RGB (Red+Green+Blue) = 236+74+16=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4A10 is #13B5EF. Grayscale: #747474. Windows color (decimal): -1291760 or 1067756. OLE color: 1067756.

HSL color Cylindrical-coordinate representation of color #EC4A10: hue angle of 15.82º 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 #EC4A10 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 74 16 -
CMYK 0 0.69 0.93 0.07
HSL 15.82º 0.87% 0.49% -
HSV(B) 15.82º 0.93% 0.93% -
XYZ 37.13 22.77 2.93 -
YUV 115.83 71.67 213.72 -
System Red Green Blue C M Y K H S L
Decimal 236 74 16 0 0.69 0.93 0.07 15.82 0.87 0.49
Hex EC 4A 10 0 45 5D 7 10 57 31
Octal 354 112 20 0 105 135 7 20 127 61
Binary 11101100 1001010 10000 0 1000101 1011101 111 10000 1010111 110001

Color Harmonies of #EC4A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A10

Black with #EC4A10

Text Example


Text Example

White with #EC4A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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