Html Css Color HEX #EC4D0A Persimmon

📋 copy color: '#EC4D0A'

red 236 ◦ green 77 ◦ blue 10

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

Shades of Persimmon #EC4D0A

Tints of Persimmon #EC4D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.1%

R = 73.07%
G = 23.84%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC4D0A (or 0xEC4D0A) is known color: Persimmon. HEX triplet: EC, 4D and 0A. RGB value is (236,77,10). Sum of RGB (Red+Green+Blue) = 236+77+10=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4D0A is #13B2F5. Grayscale: #757575. Windows color (decimal): -1290998 or 675308. OLE color: 675308.

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

Color convert

RGB 236 77 10 -
CMYK 0 0.67 0.96 0.07
HSL 17.79º 0.92% 0.48% -
HSV(B) 17.79º 0.96% 0.93% -
XYZ 37.3 23.16 2.79 -
YUV 116.9 67.68 212.95 -
System Red Green Blue C M Y K H S L
Decimal 236 77 10 0 0.67 0.96 0.07 17.79 0.92 0.48
Hex EC 4D A 0 43 60 7 12 5C 30
Octal 354 115 12 0 103 140 7 22 134 60
Binary 11101100 1001101 1010 0 1000011 1100000 111 10010 1011100 110000

Color Harmonies of #EC4D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D0A

Black with #EC4D0A

Text Example


Text Example

White with #EC4D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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