Html Css Color HEX #EC5814 Persimmon

📋 copy color: '#EC5814'

red 236 ◦ green 88 ◦ blue 20

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

Shades of Persimmon #EC5814

Tints of Persimmon #EC5814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 68.6%
G = 25.58%
B = 5.81%

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

#EC5814 (or 0xEC5814) is known color: Persimmon. HEX triplet: EC, 58 and 14. RGB value is (236,88,20). Sum of RGB (Red+Green+Blue) = 236+88+20=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5814 is #13A7EB. Grayscale: #7C7C7C. Windows color (decimal): -1288172 or 1333484. OLE color: 1333484.

HSL color Cylindrical-coordinate representation of color #EC5814: hue angle of 18.89º degrees, saturation: 0.85, 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 #EC5814 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 88 20 -
CMYK 0 0.63 0.92 0.07
HSL 18.89º 0.85% 0.5% -
HSV(B) 18.89º 0.92% 0.93% -
XYZ 38.21 24.86 3.45 -
YUV 124.5 69.03 207.53 -
System Red Green Blue C M Y K H S L
Decimal 236 88 20 0 0.63 0.92 0.07 18.89 0.85 0.5
Hex EC 58 14 0 3F 5C 7 13 55 32
Octal 354 130 24 0 77 134 7 23 125 62
Binary 11101100 1011000 10100 0 111111 1011100 111 10011 1010101 110010

Color Harmonies of #EC5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5814

Black with #EC5814

Text Example


Text Example

White with #EC5814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5814; }

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

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

background-color css

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

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

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

border-color css

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

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

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