Html Css Color HEX #EC5A18 Persimmon

📋 copy color: '#EC5A18'

red 236 ◦ green 90 ◦ blue 24

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

Shades of Persimmon #EC5A18

Tints of Persimmon #EC5A18

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.71%

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 67.43%
G = 25.71%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC5A18 (or 0xEC5A18) is known color: Persimmon. HEX triplet: EC, 5A and 18. RGB value is (236,90,24). Sum of RGB (Red+Green+Blue) = 236+90+24=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5A18 is #13A5E7. Grayscale: #7E7E7E. Windows color (decimal): -1287656 or 1596140. OLE color: 1596140.

HSL color Cylindrical-coordinate representation of color #EC5A18: hue angle of 18.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC5A18 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 90 24 -
CMYK 0 0.62 0.90 0.07
HSL 18.68º 0.85% 0.51% -
HSV(B) 18.68º 0.9% 0.93% -
XYZ 38.41 25.21 3.71 -
YUV 126.13 70.37 206.37 -
System Red Green Blue C M Y K H S L
Decimal 236 90 24 0 0.62 0.90 0.07 18.68 0.85 0.51
Hex EC 5A 18 0 3E 5A 7 13 55 33
Octal 354 132 30 0 76 132 7 23 125 63
Binary 11101100 1011010 11000 0 111110 1011010 111 10011 1010101 110011

Color Harmonies of #EC5A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A18

Black with #EC5A18

Text Example


Text Example

White with #EC5A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A18; }

 p { color: rgb(236,90,24); }

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

background-color css

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

 a { background-color: rgb(236,90,24); }

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

border-color css

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

 span { border-color: rgb(236,90,24); }

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