Html Css Color HEX #EC4912 Persimmon

📋 copy color: '#EC4912'

red 236 ◦ green 73 ◦ blue 18

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

Shades of Persimmon #EC4912

Tints of Persimmon #EC4912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 72.17%
G = 22.32%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC4912 (or 0xEC4912) is known color: Persimmon. HEX triplet: EC, 49 and 12. RGB value is (236,73,18). Sum of RGB (Red+Green+Blue) = 236+73+18=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4912 is #13B6ED. Grayscale: #737373. Windows color (decimal): -1292014 or 1198572. OLE color: 1198572.

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

Color convert

RGB 236 73 18 -
CMYK 0 0.69 0.92 0.07
HSL 15.14º 0.86% 0.5% -
HSV(B) 15.14º 0.92% 0.93% -
XYZ 37.08 22.64 2.99 -
YUV 115.47 73 213.97 -
System Red Green Blue C M Y K H S L
Decimal 236 73 18 0 0.69 0.92 0.07 15.14 0.86 0.5
Hex EC 49 12 0 45 5C 7 F 56 32
Octal 354 111 22 0 105 134 7 17 126 62
Binary 11101100 1001001 10010 0 1000101 1011100 111 1111 1010110 110010

Color Harmonies of #EC4912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4912

Black with #EC4912

Text Example


Text Example

White with #EC4912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4912; }

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

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

background-color css

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

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

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

border-color css

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

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

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