Html Css Color HEX #EC5503 Persimmon

📋 copy color: '#EC5503'

red 236 ◦ green 85 ◦ blue 3

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

Shades of Persimmon #EC5503

Tints of Persimmon #EC5503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 72.84%
G = 26.23%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC5503 (or 0xEC5503) is known color: Persimmon. HEX triplet: EC, 55 and 03. RGB value is (236,85,3). Sum of RGB (Red+Green+Blue) = 236+85+3=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5503 is #13AAFC. Grayscale: #797979. Windows color (decimal): -1288957 or 218604. OLE color: 218604.

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

Color convert

RGB 236 85 3 -
CMYK 0 0.64 0.99 0.07
HSL 21.12º 0.97% 0.47% -
HSV(B) 21.12º 0.99% 0.93% -
XYZ 37.86 24.34 2.79 -
YUV 120.8 61.53 210.17 -
System Red Green Blue C M Y K H S L
Decimal 236 85 3 0 0.64 0.99 0.07 21.12 0.97 0.47
Hex EC 55 3 0 40 63 7 15 61 2F
Octal 354 125 3 0 100 143 7 25 141 57
Binary 11101100 1010101 11 0 1000000 1100011 111 10101 1100001 101111

Color Harmonies of #EC5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5503

Black with #EC5503

Text Example


Text Example

White with #EC5503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5503; }

 p { color: rgb(236,85,3); }

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

background-color css

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

 a { background-color: rgb(236,85,3); }

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

border-color css

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

 span { border-color: rgb(236,85,3); }

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