Html Css Color HEX #EC4B0C Persimmon

📋 copy color: '#EC4B0C'

red 236 ◦ green 75 ◦ blue 12

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

Shades of Persimmon #EC4B0C

Tints of Persimmon #EC4B0C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

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

R = 73.07%
G = 23.22%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC4B0C (or 0xEC4B0C) is known color: Persimmon. HEX triplet: EC, 4B and 0C. RGB value is (236,75,12). Sum of RGB (Red+Green+Blue) = 236+75+12=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4B0C is #13B4F3. Grayscale: #747474. Windows color (decimal): -1291508 or 805868. OLE color: 805868.

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

Color convert

RGB 236 75 12 -
CMYK 0 0.68 0.95 0.07
HSL 16.88º 0.9% 0.49% -
HSV(B) 16.88º 0.95% 0.93% -
XYZ 37.17 22.89 2.81 -
YUV 115.96 69.34 213.62 -
System Red Green Blue C M Y K H S L
Decimal 236 75 12 0 0.68 0.95 0.07 16.88 0.9 0.49
Hex EC 4B C 0 44 5F 7 11 5A 31
Octal 354 113 14 0 104 137 7 21 132 61
Binary 11101100 1001011 1100 0 1000100 1011111 111 10001 1011010 110001

Color Harmonies of #EC4B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B0C

Black with #EC4B0C

Text Example


Text Example

White with #EC4B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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