Html Css Color HEX #EC4910 Persimmon

📋 copy color: '#EC4910'

red 236 ◦ green 73 ◦ blue 16

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

Shades of Persimmon #EC4910

Tints of Persimmon #EC4910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 72.62%
G = 22.46%
B = 4.92%

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

#EC4910 (or 0xEC4910) is known color: Persimmon. HEX triplet: EC, 49 and 10. RGB value is (236,73,16). Sum of RGB (Red+Green+Blue) = 236+73+16=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4910 is #13B6EF. Grayscale: #737373. Windows color (decimal): -1292016 or 1067500. OLE color: 1067500.

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

Color convert

RGB 236 73 16 -
CMYK 0 0.69 0.93 0.07
HSL 15.55º 0.87% 0.49% -
HSV(B) 15.55º 0.93% 0.93% -
XYZ 37.07 22.64 2.91 -
YUV 115.24 72 214.13 -
System Red Green Blue C M Y K H S L
Decimal 236 73 16 0 0.69 0.93 0.07 15.55 0.87 0.49
Hex EC 49 10 0 45 5D 7 10 57 31
Octal 354 111 20 0 105 135 7 20 127 61
Binary 11101100 1001001 10000 0 1000101 1011101 111 10000 1010111 110001

Color Harmonies of #EC4910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4910

Black with #EC4910

Text Example


Text Example

White with #EC4910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4910; }

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

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

background-color css

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

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

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

border-color css

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

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

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