Html Css Color HEX #EC5005 Persimmon

📋 copy color: '#EC5005'

red 236 ◦ green 80 ◦ blue 5

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

Shades of Persimmon #EC5005

Tints of Persimmon #EC5005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 73.52%
G = 24.92%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC5005 (or 0xEC5005) is known color: Persimmon. HEX triplet: EC, 50 and 05. RGB value is (236,80,5). Sum of RGB (Red+Green+Blue) = 236+80+5=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5005 is #13AFFA. Grayscale: #767676. Windows color (decimal): -1290235 or 348396. OLE color: 348396.

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

Color convert

RGB 236 80 5 -
CMYK 0 0.66 0.98 0.07
HSL 19.48º 0.96% 0.47% -
HSV(B) 19.48º 0.98% 0.93% -
XYZ 37.49 23.58 2.72 -
YUV 118.09 64.18 212.1 -
System Red Green Blue C M Y K H S L
Decimal 236 80 5 0 0.66 0.98 0.07 19.48 0.96 0.47
Hex EC 50 5 0 42 62 7 13 60 2F
Octal 354 120 5 0 102 142 7 23 140 57
Binary 11101100 1010000 101 0 1000010 1100010 111 10011 1100000 101111

Color Harmonies of #EC5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5005

Black with #EC5005

Text Example


Text Example

White with #EC5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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