Html Css Color HEX #EC4D0B Persimmon

📋 copy color: '#EC4D0B'

red 236 ◦ green 77 ◦ blue 11

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

Shades of Persimmon #EC4D0B

Tints of Persimmon #EC4D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.77%

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 72.84%
G = 23.77%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC4D0B (or 0xEC4D0B) is known color: Persimmon. HEX triplet: EC, 4D and 0B. RGB value is (236,77,11). Sum of RGB (Red+Green+Blue) = 236+77+11=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4D0B is #13B2F4. Grayscale: #757575. Windows color (decimal): -1290997 or 740844. OLE color: 740844.

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

Color convert

RGB 236 77 11 -
CMYK 0 0.67 0.95 0.07
HSL 17.6º 0.91% 0.48% -
HSV(B) 17.6º 0.95% 0.93% -
XYZ 37.31 23.16 2.82 -
YUV 117.02 68.18 212.87 -
System Red Green Blue C M Y K H S L
Decimal 236 77 11 0 0.67 0.95 0.07 17.6 0.91 0.48
Hex EC 4D B 0 43 5F 7 12 5B 30
Octal 354 115 13 0 103 137 7 22 133 60
Binary 11101100 1001101 1011 0 1000011 1011111 111 10010 1011011 110000

Color Harmonies of #EC4D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D0B

Black with #EC4D0B

Text Example


Text Example

White with #EC4D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D0B; }

 p { color: rgb(236,77,11); }

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

background-color css

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

 a { background-color: rgb(236,77,11); }

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

border-color css

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

 span { border-color: rgb(236,77,11); }

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