Html Css Color HEX #EC4706 Persimmon

📋 copy color: '#EC4706'

red 236 ◦ green 71 ◦ blue 6

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

Shades of Persimmon #EC4706

Tints of Persimmon #EC4706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 75.4%
G = 22.68%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC4706 (or 0xEC4706) is known color: Persimmon. HEX triplet: EC, 47 and 06. RGB value is (236,71,6). Sum of RGB (Red+Green+Blue) = 236+71+6=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4706 is #13B8F9. Grayscale: #717171. Windows color (decimal): -1292538 or 411628. OLE color: 411628.

HSL color Cylindrical-coordinate representation of color #EC4706: hue angle of 16.96º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4706 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 6 -
CMYK 0 0.70 0.97 0.07
HSL 16.96º 0.95% 0.47% -
HSV(B) 16.96º 0.97% 0.93% -
XYZ 36.88 22.35 2.54 -
YUV 112.93 67.66 215.79 -
System Red Green Blue C M Y K H S L
Decimal 236 71 6 0 0.70 0.97 0.07 16.96 0.95 0.47
Hex EC 47 6 0 46 61 7 11 5F 2F
Octal 354 107 6 0 106 141 7 21 137 57
Binary 11101100 1000111 110 0 1000110 1100001 111 10001 1011111 101111

Color Harmonies of #EC4706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4706

Black with #EC4706

Text Example


Text Example

White with #EC4706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4706; }

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

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

background-color css

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

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

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

border-color css

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

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

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