Html Css Color HEX #EC5404 Persimmon

📋 copy color: '#EC5404'

red 236 ◦ green 84 ◦ blue 4

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

Shades of Persimmon #EC5404

Tints of Persimmon #EC5404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 72.84%
G = 25.93%
B = 1.23%

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

#EC5404 (or 0xEC5404) is known color: Persimmon. HEX triplet: EC, 54 and 04. RGB value is (236,84,4). Sum of RGB (Red+Green+Blue) = 236+84+4=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5404 is #13ABFB. Grayscale: #787878. Windows color (decimal): -1289212 or 283884. OLE color: 283884.

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

Color convert

RGB 236 84 4 -
CMYK 0 0.64 0.98 0.07
HSL 20.69º 0.97% 0.47% -
HSV(B) 20.69º 0.98% 0.93% -
XYZ 37.78 24.18 2.79 -
YUV 120.33 62.36 210.5 -
System Red Green Blue C M Y K H S L
Decimal 236 84 4 0 0.64 0.98 0.07 20.69 0.97 0.47
Hex EC 54 4 0 40 62 7 15 61 2F
Octal 354 124 4 0 100 142 7 25 141 57
Binary 11101100 1010100 100 0 1000000 1100010 111 10101 1100001 101111

Color Harmonies of #EC5404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5404

Black with #EC5404

Text Example


Text Example

White with #EC5404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5404; }

 p { color: rgb(236,84,4); }

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

background-color css

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

 a { background-color: rgb(236,84,4); }

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

border-color css

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

 span { border-color: rgb(236,84,4); }

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