Html Css Color HEX #EC5003 Persimmon

📋 copy color: '#EC5003'

red 236 ◦ green 80 ◦ blue 3

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

Shades of Persimmon #EC5003

Tints of Persimmon #EC5003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

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

R = 73.98%
G = 25.08%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC5003 (or 0xEC5003) is known color: Persimmon. HEX triplet: EC, 50 and 03. RGB value is (236,80,3). Sum of RGB (Red+Green+Blue) = 236+80+3=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5003 is #13AFFC. Grayscale: #767676. Windows color (decimal): -1290237 or 217324. OLE color: 217324.

HSL color Cylindrical-coordinate representation of color #EC5003: hue angle of 19.83º 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 #EC5003 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 3 -
CMYK 0 0.66 0.99 0.07
HSL 19.83º 0.97% 0.47% -
HSV(B) 19.83º 0.99% 0.93% -
XYZ 37.48 23.58 2.66 -
YUV 117.87 63.18 212.26 -
System Red Green Blue C M Y K H S L
Decimal 236 80 3 0 0.66 0.99 0.07 19.83 0.97 0.47
Hex EC 50 3 0 42 63 7 14 61 2F
Octal 354 120 3 0 102 143 7 24 141 57
Binary 11101100 1010000 11 0 1000010 1100011 111 10100 1100001 101111

Color Harmonies of #EC5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5003

Black with #EC5003

Text Example


Text Example

White with #EC5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5003; }

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

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

background-color css

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

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

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

border-color css

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

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

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