Html Css Color HEX #EC540C Persimmon

📋 copy color: '#EC540C'

red 236 ◦ green 84 ◦ blue 12

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

Shades of Persimmon #EC540C

Tints of Persimmon #EC540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

 BLUE value IS 12 (5.08% from 255) = 3.61%

R = 71.08%
G = 25.3%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC540C (or 0xEC540C) is known color: Persimmon. HEX triplet: EC, 54 and 0C. RGB value is (236,84,12). Sum of RGB (Red+Green+Blue) = 236+84+12=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC540C is #13ABF3. Grayscale: #797979. Windows color (decimal): -1289204 or 808172. OLE color: 808172.

HSL color Cylindrical-coordinate representation of color #EC540C: hue angle of 19.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC540C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 84 12 -
CMYK 0 0.64 0.95 0.07
HSL 19.29º 0.9% 0.49% -
HSV(B) 19.29º 0.95% 0.93% -
XYZ 37.83 24.2 3.03 -
YUV 121.24 66.36 209.85 -
System Red Green Blue C M Y K H S L
Decimal 236 84 12 0 0.64 0.95 0.07 19.29 0.9 0.49
Hex EC 54 C 0 40 5F 7 13 5A 31
Octal 354 124 14 0 100 137 7 23 132 61
Binary 11101100 1010100 1100 0 1000000 1011111 111 10011 1011010 110001

Color Harmonies of #EC540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC540C

Black with #EC540C

Text Example


Text Example

White with #EC540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC540C; }

 p { color: rgb(236,84,12); }

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

background-color css

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

 a { background-color: rgb(236,84,12); }

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

border-color css

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

 span { border-color: rgb(236,84,12); }

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