Html Css Color HEX #EC5812 Persimmon

📋 copy color: '#EC5812'

red 236 ◦ green 88 ◦ blue 18

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

Shades of Persimmon #EC5812

Tints of Persimmon #EC5812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.26%

R = 69.01%
G = 25.73%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC5812 (or 0xEC5812) is known color: Persimmon. HEX triplet: EC, 58 and 12. RGB value is (236,88,18). Sum of RGB (Red+Green+Blue) = 236+88+18=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5812 is #13A7ED. Grayscale: #7C7C7C. Windows color (decimal): -1288174 or 1202412. OLE color: 1202412.

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

Color convert

RGB 236 88 18 -
CMYK 0 0.63 0.92 0.07
HSL 19.27º 0.86% 0.5% -
HSV(B) 19.27º 0.92% 0.93% -
XYZ 38.19 24.86 3.36 -
YUV 124.27 68.03 207.69 -
System Red Green Blue C M Y K H S L
Decimal 236 88 18 0 0.63 0.92 0.07 19.27 0.86 0.5
Hex EC 58 12 0 3F 5C 7 13 56 32
Octal 354 130 22 0 77 134 7 23 126 62
Binary 11101100 1011000 10010 0 111111 1011100 111 10011 1010110 110010

Color Harmonies of #EC5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5812

Black with #EC5812

Text Example


Text Example

White with #EC5812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5812; }

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

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

background-color css

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

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

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

border-color css

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

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

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