Html Css Color HEX #EC5F18 Persimmon

📋 copy color: '#EC5F18'

red 236 ◦ green 95 ◦ blue 24

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

Shades of Persimmon #EC5F18

Tints of Persimmon #EC5F18

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.76%

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

R = 66.48%
G = 26.76%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC5F18 (or 0xEC5F18) is known color: Persimmon. HEX triplet: EC, 5F and 18. RGB value is (236,95,24). Sum of RGB (Red+Green+Blue) = 236+95+24=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F18 is #13A0E7. Grayscale: #818181. Windows color (decimal): -1286376 or 1597420. OLE color: 1597420.

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

Color convert

RGB 236 95 24 -
CMYK 0 0.60 0.90 0.07
HSL 20.09º 0.85% 0.51% -
HSV(B) 20.09º 0.9% 0.93% -
XYZ 38.85 26.08 3.85 -
YUV 129.07 68.71 204.27 -
System Red Green Blue C M Y K H S L
Decimal 236 95 24 0 0.60 0.90 0.07 20.09 0.85 0.51
Hex EC 5F 18 0 3C 5A 7 14 55 33
Octal 354 137 30 0 74 132 7 24 125 63
Binary 11101100 1011111 11000 0 111100 1011010 111 10100 1010101 110011

Color Harmonies of #EC5F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F18

Black with #EC5F18

Text Example


Text Example

White with #EC5F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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