Html Css Color HEX #EC4805 Persimmon

📋 copy color: '#EC4805'

red 236 ◦ green 72 ◦ blue 5

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

Shades of Persimmon #EC4805

Tints of Persimmon #EC4805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

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

R = 75.4%
G = 23%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC4805 (or 0xEC4805) is known color: Persimmon. HEX triplet: EC, 48 and 05. RGB value is (236,72,5). Sum of RGB (Red+Green+Blue) = 236+72+5=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4805 is #13B7FA. Grayscale: #717171. Windows color (decimal): -1292283 or 346348. OLE color: 346348.

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

Color convert

RGB 236 72 5 -
CMYK 0 0.69 0.98 0.07
HSL 17.4º 0.96% 0.47% -
HSV(B) 17.4º 0.98% 0.93% -
XYZ 36.94 22.48 2.54 -
YUV 113.4 66.83 215.45 -
System Red Green Blue C M Y K H S L
Decimal 236 72 5 0 0.69 0.98 0.07 17.4 0.96 0.47
Hex EC 48 5 0 45 62 7 11 60 2F
Octal 354 110 5 0 105 142 7 21 140 57
Binary 11101100 1001000 101 0 1000101 1100010 111 10001 1100000 101111

Color Harmonies of #EC4805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4805

Black with #EC4805

Text Example


Text Example

White with #EC4805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4805; }

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

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

background-color css

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

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

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

border-color css

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

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

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