Html Css Color HEX #EC4708 Persimmon

📋 copy color: '#EC4708'

red 236 ◦ green 71 ◦ blue 8

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

Shades of Persimmon #EC4708

Tints of Persimmon #EC4708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.54%

R = 74.92%
G = 22.54%
B = 2.54%

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

#EC4708 (or 0xEC4708) is known color: Persimmon. HEX triplet: EC, 47 and 08. RGB value is (236,71,8). Sum of RGB (Red+Green+Blue) = 236+71+8=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4708 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4708 is #13B8F7. Grayscale: #717171. Windows color (decimal): -1292536 or 542700. OLE color: 542700.

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

Color convert

RGB 236 71 8 -
CMYK 0 0.70 0.97 0.07
HSL 16.58º 0.93% 0.48% -
HSV(B) 16.58º 0.97% 0.93% -
XYZ 36.89 22.36 2.6 -
YUV 113.15 68.66 215.62 -
System Red Green Blue C M Y K H S L
Decimal 236 71 8 0 0.70 0.97 0.07 16.58 0.93 0.48
Hex EC 47 8 0 46 61 7 11 5D 30
Octal 354 107 10 0 106 141 7 21 135 60
Binary 11101100 1000111 1000 0 1000110 1100001 111 10001 1011101 110000

Color Harmonies of #EC4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4708

Black with #EC4708

Text Example


Text Example

White with #EC4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4708; }

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

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

background-color css

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

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

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

border-color css

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

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

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