Html Css Color HEX #EC5518 Persimmon

📋 copy color: '#EC5518'

red 236 ◦ green 85 ◦ blue 24

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

Shades of Persimmon #EC5518

Tints of Persimmon #EC5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

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

R = 68.41%
G = 24.64%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC5518 (or 0xEC5518) is known color: Persimmon. HEX triplet: EC, 55 and 18. RGB value is (236,85,24). Sum of RGB (Red+Green+Blue) = 236+85+24=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5518 is #13AAE7. Grayscale: #7B7B7B. Windows color (decimal): -1288936 or 1594860. OLE color: 1594860.

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

Color convert

RGB 236 85 24 -
CMYK 0 0.64 0.90 0.07
HSL 17.26º 0.85% 0.51% -
HSV(B) 17.26º 0.9% 0.93% -
XYZ 38.01 24.4 3.57 -
YUV 123.2 72.03 208.46 -
System Red Green Blue C M Y K H S L
Decimal 236 85 24 0 0.64 0.90 0.07 17.26 0.85 0.51
Hex EC 55 18 0 40 5A 7 11 55 33
Octal 354 125 30 0 100 132 7 21 125 63
Binary 11101100 1010101 11000 0 1000000 1011010 111 10001 1010101 110011

Color Harmonies of #EC5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5518

Black with #EC5518

Text Example


Text Example

White with #EC5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5518; }

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

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

background-color css

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

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

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

border-color css

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

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

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