Html Css Color HEX #EC5418 Persimmon

📋 copy color: '#EC5418'

red 236 ◦ green 84 ◦ blue 24

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

Shades of Persimmon #EC5418

Tints of Persimmon #EC5418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

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

R = 68.6%
G = 24.42%
B = 6.98%

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

#EC5418 (or 0xEC5418) is known color: Persimmon. HEX triplet: EC, 54 and 18. RGB value is (236,84,24). Sum of RGB (Red+Green+Blue) = 236+84+24=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5418 is #13ABE7. Grayscale: #7A7A7A. Windows color (decimal): -1289192 or 1594604. OLE color: 1594604.

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

Color convert

RGB 236 84 24 -
CMYK 0 0.64 0.90 0.07
HSL 16.98º 0.85% 0.51% -
HSV(B) 16.98º 0.9% 0.93% -
XYZ 37.93 24.24 3.54 -
YUV 122.61 72.36 208.88 -
System Red Green Blue C M Y K H S L
Decimal 236 84 24 0 0.64 0.90 0.07 16.98 0.85 0.51
Hex EC 54 18 0 40 5A 7 11 55 33
Octal 354 124 30 0 100 132 7 21 125 63
Binary 11101100 1010100 11000 0 1000000 1011010 111 10001 1010101 110011

Color Harmonies of #EC5418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5418

Black with #EC5418

Text Example


Text Example

White with #EC5418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5418; }

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

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

background-color css

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

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

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

border-color css

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

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

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