Html Css Color HEX #EC5605 Persimmon

📋 copy color: '#EC5605'

red 236 ◦ green 86 ◦ blue 5

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

Shades of Persimmon #EC5605

Tints of Persimmon #EC5605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.3%

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

R = 72.17%
G = 26.3%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC5605 (or 0xEC5605) is known color: Persimmon. HEX triplet: EC, 56 and 05. RGB value is (236,86,5). Sum of RGB (Red+Green+Blue) = 236+86+5=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5605 is #13A9FA. Grayscale: #7A7A7A. Windows color (decimal): -1288699 or 349932. OLE color: 349932.

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

Color convert

RGB 236 86 5 -
CMYK 0 0.64 0.98 0.07
HSL 21.04º 0.96% 0.47% -
HSV(B) 21.04º 0.98% 0.93% -
XYZ 37.95 24.5 2.87 -
YUV 121.62 62.2 209.59 -
System Red Green Blue C M Y K H S L
Decimal 236 86 5 0 0.64 0.98 0.07 21.04 0.96 0.47
Hex EC 56 5 0 40 62 7 15 60 2F
Octal 354 126 5 0 100 142 7 25 140 57
Binary 11101100 1010110 101 0 1000000 1100010 111 10101 1100000 101111

Color Harmonies of #EC5605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5605

Black with #EC5605

Text Example


Text Example

White with #EC5605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5605; }

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

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

background-color css

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

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

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

border-color css

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

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

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