Html Css Color HEX #EC4802 Persimmon

📋 copy color: '#EC4802'

red 236 ◦ green 72 ◦ blue 2

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

Shades of Persimmon #EC4802

Tints of Persimmon #EC4802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 76.13%
G = 23.23%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC4802 (or 0xEC4802) is known color: Persimmon. HEX triplet: EC, 48 and 02. RGB value is (236,72,2). Sum of RGB (Red+Green+Blue) = 236+72+2=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4802 is #13B7FD. Grayscale: #717171. Windows color (decimal): -1292286 or 149740. OLE color: 149740.

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

Color convert

RGB 236 72 2 -
CMYK 0 0.69 0.99 0.07
HSL 17.95º 0.98% 0.47% -
HSV(B) 17.95º 0.99% 0.93% -
XYZ 36.92 22.47 2.45 -
YUV 113.06 65.33 215.69 -
System Red Green Blue C M Y K H S L
Decimal 236 72 2 0 0.69 0.99 0.07 17.95 0.98 0.47
Hex EC 48 2 0 45 63 7 12 62 2F
Octal 354 110 2 0 105 143 7 22 142 57
Binary 11101100 1001000 10 0 1000101 1100011 111 10010 1100010 101111

Color Harmonies of #EC4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4802

Black with #EC4802

Text Example


Text Example

White with #EC4802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4802; }

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

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

background-color css

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

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

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

border-color css

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

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

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