Html Css Color HEX #EC5816 Persimmon

📋 copy color: '#EC5816'

red 236 ◦ green 88 ◦ blue 22

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

Shades of Persimmon #EC5816

Tints of Persimmon #EC5816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 68.21%
G = 25.43%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC5816 (or 0xEC5816) is known color: Persimmon. HEX triplet: EC, 58 and 16. RGB value is (236,88,22). Sum of RGB (Red+Green+Blue) = 236+88+22=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5816 is #13A7E9. Grayscale: #7D7D7D. Windows color (decimal): -1288170 or 1464556. OLE color: 1464556.

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

Color convert

RGB 236 88 22 -
CMYK 0 0.63 0.91 0.07
HSL 18.5º 0.85% 0.51% -
HSV(B) 18.5º 0.91% 0.93% -
XYZ 38.23 24.87 3.54 -
YUV 124.73 70.03 207.37 -
System Red Green Blue C M Y K H S L
Decimal 236 88 22 0 0.63 0.91 0.07 18.5 0.85 0.51
Hex EC 58 16 0 3F 5B 7 13 55 33
Octal 354 130 26 0 77 133 7 23 125 63
Binary 11101100 1011000 10110 0 111111 1011011 111 10011 1010101 110011

Color Harmonies of #EC5816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5816

Black with #EC5816

Text Example


Text Example

White with #EC5816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5816; }

 p { color: rgb(236,88,22); }

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

background-color css

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

 a { background-color: rgb(236,88,22); }

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

border-color css

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

 span { border-color: rgb(236,88,22); }

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