Html Css Color HEX #EC5208 Persimmon

📋 copy color: '#EC5208'

red 236 ◦ green 82 ◦ blue 8

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

Shades of Persimmon #EC5208

Tints of Persimmon #EC5208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.15%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 72.39%
G = 25.15%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC5208 (or 0xEC5208) is known color: Persimmon. HEX triplet: EC, 52 and 08. RGB value is (236,82,8). Sum of RGB (Red+Green+Blue) = 236+82+8=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5208 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5208 is #13ADF7. Grayscale: #787878. Windows color (decimal): -1289720 or 545516. OLE color: 545516.

HSL color Cylindrical-coordinate representation of color #EC5208: hue angle of 19.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC5208 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 8 -
CMYK 0 0.65 0.97 0.07
HSL 19.47º 0.93% 0.48% -
HSV(B) 19.47º 0.97% 0.93% -
XYZ 37.65 23.88 2.86 -
YUV 119.61 65.02 211.02 -
System Red Green Blue C M Y K H S L
Decimal 236 82 8 0 0.65 0.97 0.07 19.47 0.93 0.48
Hex EC 52 8 0 41 61 7 13 5D 30
Octal 354 122 10 0 101 141 7 23 135 60
Binary 11101100 1010010 1000 0 1000001 1100001 111 10011 1011101 110000

Color Harmonies of #EC5208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5208

Black with #EC5208

Text Example


Text Example

White with #EC5208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5208; }

 p { color: rgb(236,82,8); }

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

background-color css

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

 a { background-color: rgb(236,82,8); }

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

border-color css

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

 span { border-color: rgb(236,82,8); }

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