Html Css Color HEX #EC4704 Persimmon

📋 copy color: '#EC4704'

red 236 ◦ green 71 ◦ blue 4

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

Shades of Persimmon #EC4704

Tints of Persimmon #EC4704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

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

R = 75.88%
G = 22.83%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC4704 (or 0xEC4704) is known color: Persimmon. HEX triplet: EC, 47 and 04. RGB value is (236,71,4). Sum of RGB (Red+Green+Blue) = 236+71+4=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4704 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4704 is #13B8FB. Grayscale: #717171. Windows color (decimal): -1292540 or 280556. OLE color: 280556.

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

Color convert

RGB 236 71 4 -
CMYK 0 0.70 0.98 0.07
HSL 17.33º 0.97% 0.47% -
HSV(B) 17.33º 0.98% 0.93% -
XYZ 36.87 22.35 2.49 -
YUV 112.7 66.66 215.95 -
System Red Green Blue C M Y K H S L
Decimal 236 71 4 0 0.70 0.98 0.07 17.33 0.97 0.47
Hex EC 47 4 0 46 62 7 11 61 2F
Octal 354 107 4 0 106 142 7 21 141 57
Binary 11101100 1000111 100 0 1000110 1100010 111 10001 1100001 101111

Color Harmonies of #EC4704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4704

Black with #EC4704

Text Example


Text Example

White with #EC4704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4704; }

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

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

background-color css

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

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

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

border-color css

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

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

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