Html Css Color HEX #EC4E10 Persimmon

📋 copy color: '#EC4E10'

red 236 ◦ green 78 ◦ blue 16

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

Shades of Persimmon #EC4E10

Tints of Persimmon #EC4E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

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

R = 71.52%
G = 23.64%
B = 4.85%

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

#EC4E10 (or 0xEC4E10) is known color: Persimmon. HEX triplet: EC, 4E and 10. RGB value is (236,78,16). Sum of RGB (Red+Green+Blue) = 236+78+16=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4E10 is #13B1EF. Grayscale: #767676. Windows color (decimal): -1290736 or 1068780. OLE color: 1068780.

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

Color convert

RGB 236 78 16 -
CMYK 0 0.67 0.93 0.07
HSL 16.91º 0.87% 0.49% -
HSV(B) 16.91º 0.93% 0.93% -
XYZ 37.41 23.32 3.02 -
YUV 118.17 70.35 212.04 -
System Red Green Blue C M Y K H S L
Decimal 236 78 16 0 0.67 0.93 0.07 16.91 0.87 0.49
Hex EC 4E 10 0 43 5D 7 11 57 31
Octal 354 116 20 0 103 135 7 21 127 61
Binary 11101100 1001110 10000 0 1000011 1011101 111 10001 1010111 110001

Color Harmonies of #EC4E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4E10

Black with #EC4E10

Text Example


Text Example

White with #EC4E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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