Html Css Color HEX #EC4A12 Persimmon

📋 copy color: '#EC4A12'

red 236 ◦ green 74 ◦ blue 18

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

Shades of Persimmon #EC4A12

Tints of Persimmon #EC4A12

RGB

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

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

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

R = 71.95%
G = 22.56%
B = 5.49%

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

#EC4A12 (or 0xEC4A12) is known color: Persimmon. HEX triplet: EC, 4A and 12. RGB value is (236,74,18). Sum of RGB (Red+Green+Blue) = 236+74+18=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4A12 is #13B5ED. Grayscale: #747474. Windows color (decimal): -1291758 or 1198828. OLE color: 1198828.

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

Color convert

RGB 236 74 18 -
CMYK 0 0.69 0.92 0.07
HSL 15.41º 0.86% 0.5% -
HSV(B) 15.41º 0.92% 0.93% -
XYZ 37.15 22.77 3.01 -
YUV 116.05 72.67 213.55 -
System Red Green Blue C M Y K H S L
Decimal 236 74 18 0 0.69 0.92 0.07 15.41 0.86 0.5
Hex EC 4A 12 0 45 5C 7 F 56 32
Octal 354 112 22 0 105 134 7 17 126 62
Binary 11101100 1001010 10010 0 1000101 1011100 111 1111 1010110 110010

Color Harmonies of #EC4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A12

Black with #EC4A12

Text Example


Text Example

White with #EC4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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