Html Css Color HEX #EC5705 Persimmon

📋 copy color: '#EC5705'

red 236 ◦ green 87 ◦ blue 5

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

Shades of Persimmon #EC5705

Tints of Persimmon #EC5705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.52%

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

R = 71.95%
G = 26.52%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC5705 (or 0xEC5705) is known color: Persimmon. HEX triplet: EC, 57 and 05. RGB value is (236,87,5). Sum of RGB (Red+Green+Blue) = 236+87+5=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5705 is #13A8FA. Grayscale: #7A7A7A. Windows color (decimal): -1288443 or 350188. OLE color: 350188.

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

Color convert

RGB 236 87 5 -
CMYK 0 0.63 0.98 0.07
HSL 21.3º 0.96% 0.47% -
HSV(B) 21.3º 0.98% 0.93% -
XYZ 38.03 24.66 2.9 -
YUV 122.2 61.86 209.17 -
System Red Green Blue C M Y K H S L
Decimal 236 87 5 0 0.63 0.98 0.07 21.3 0.96 0.47
Hex EC 57 5 0 3F 62 7 15 60 2F
Octal 354 127 5 0 77 142 7 25 140 57
Binary 11101100 1010111 101 0 111111 1100010 111 10101 1100000 101111

Color Harmonies of #EC5705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5705

Black with #EC5705

Text Example


Text Example

White with #EC5705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5705; }

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

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

background-color css

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

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

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

border-color css

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

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

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