Html Css Color HEX #EC4B0E Persimmon

📋 copy color: '#EC4B0E'

red 236 ◦ green 75 ◦ blue 14

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

Shades of Persimmon #EC4B0E

Tints of Persimmon #EC4B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 72.62%
G = 23.08%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC4B0E (or 0xEC4B0E) is known color: Persimmon. HEX triplet: EC, 4B and 0E. RGB value is (236,75,14). Sum of RGB (Red+Green+Blue) = 236+75+14=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4B0E is #13B4F1. Grayscale: #747474. Windows color (decimal): -1291506 or 936940. OLE color: 936940.

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

Color convert

RGB 236 75 14 -
CMYK 0 0.68 0.94 0.07
HSL 16.49º 0.89% 0.49% -
HSV(B) 16.49º 0.94% 0.93% -
XYZ 37.19 22.9 2.87 -
YUV 116.19 70.34 213.46 -
System Red Green Blue C M Y K H S L
Decimal 236 75 14 0 0.68 0.94 0.07 16.49 0.89 0.49
Hex EC 4B E 0 44 5E 7 10 59 31
Octal 354 113 16 0 104 136 7 20 131 61
Binary 11101100 1001011 1110 0 1000100 1011110 111 10000 1011001 110001

Color Harmonies of #EC4B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B0E

Black with #EC4B0E

Text Example


Text Example

White with #EC4B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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