Html Css Color HEX #EC4C16 Persimmon

📋 copy color: '#EC4C16'

red 236 ◦ green 76 ◦ blue 22

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

Shades of Persimmon #EC4C16

Tints of Persimmon #EC4C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

 BLUE value IS 22 (8.98% from 255) = 6.59%

R = 70.66%
G = 22.75%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC4C16 (or 0xEC4C16) is known color: Persimmon. HEX triplet: EC, 4C and 16. RGB value is (236,76,22). Sum of RGB (Red+Green+Blue) = 236+76+22=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4C16 is #13B3E9. Grayscale: #767676. Windows color (decimal): -1291242 or 1461484. OLE color: 1461484.

HSL color Cylindrical-coordinate representation of color #EC4C16: hue angle of 15.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC4C16 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 76 22 -
CMYK 0 0.68 0.91 0.07
HSL 15.14º 0.85% 0.51% -
HSV(B) 15.14º 0.91% 0.93% -
XYZ 37.32 23.06 3.24 -
YUV 117.68 74.01 212.39 -
System Red Green Blue C M Y K H S L
Decimal 236 76 22 0 0.68 0.91 0.07 15.14 0.85 0.51
Hex EC 4C 16 0 44 5B 7 F 55 33
Octal 354 114 26 0 104 133 7 17 125 63
Binary 11101100 1001100 10110 0 1000100 1011011 111 1111 1010101 110011

Color Harmonies of #EC4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4C16

Black with #EC4C16

Text Example


Text Example

White with #EC4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4C16; }

 p { color: rgb(236,76,22); }

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

background-color css

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

 a { background-color: rgb(236,76,22); }

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

border-color css

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

 span { border-color: rgb(236,76,22); }

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