Html Css Color HEX #EC4808 Persimmon

📋 copy color: '#EC4808'

red 236 ◦ green 72 ◦ blue 8

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

Shades of Persimmon #EC4808

Tints of Persimmon #EC4808

RGB

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

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

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

R = 74.68%
G = 22.78%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC4808 (or 0xEC4808) is known color: Persimmon. HEX triplet: EC, 48 and 08. RGB value is (236,72,8). Sum of RGB (Red+Green+Blue) = 236+72+8=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4808 is #13B7F7. Grayscale: #727272. Windows color (decimal): -1292280 or 542956. OLE color: 542956.

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

Color convert

RGB 236 72 8 -
CMYK 0 0.69 0.97 0.07
HSL 16.84º 0.93% 0.48% -
HSV(B) 16.84º 0.97% 0.93% -
XYZ 36.95 22.49 2.62 -
YUV 113.74 68.33 215.2 -
System Red Green Blue C M Y K H S L
Decimal 236 72 8 0 0.69 0.97 0.07 16.84 0.93 0.48
Hex EC 48 8 0 45 61 7 11 5D 30
Octal 354 110 10 0 105 141 7 21 135 60
Binary 11101100 1001000 1000 0 1000101 1100001 111 10001 1011101 110000

Color Harmonies of #EC4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4808

Black with #EC4808

Text Example


Text Example

White with #EC4808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4808; }

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

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

background-color css

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

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

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

border-color css

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

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

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