Html Css Color HEX #EC4D10 Persimmon

📋 copy color: '#EC4D10'

red 236 ◦ green 77 ◦ blue 16

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

Shades of Persimmon #EC4D10

Tints of Persimmon #EC4D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 71.73%
G = 23.4%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC4D10 (or 0xEC4D10) is known color: Persimmon. HEX triplet: EC, 4D and 10. RGB value is (236,77,16). Sum of RGB (Red+Green+Blue) = 236+77+16=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4D10 is #13B2EF. Grayscale: #757575. Windows color (decimal): -1290992 or 1068524. OLE color: 1068524.

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

Color convert

RGB 236 77 16 -
CMYK 0 0.67 0.93 0.07
HSL 16.64º 0.87% 0.49% -
HSV(B) 16.64º 0.93% 0.93% -
XYZ 37.34 23.18 3 -
YUV 117.59 70.68 212.46 -
System Red Green Blue C M Y K H S L
Decimal 236 77 16 0 0.67 0.93 0.07 16.64 0.87 0.49
Hex EC 4D 10 0 43 5D 7 11 57 31
Octal 354 115 20 0 103 135 7 21 127 61
Binary 11101100 1001101 10000 0 1000011 1011101 111 10001 1010111 110001

Color Harmonies of #EC4D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D10

Black with #EC4D10

Text Example


Text Example

White with #EC4D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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