Html Css Color HEX #EC480E Persimmon

📋 copy color: '#EC480E'

red 236 ◦ green 72 ◦ blue 14

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

Shades of Persimmon #EC480E

Tints of Persimmon #EC480E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.35%

R = 73.29%
G = 22.36%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC480E (or 0xEC480E) is known color: Persimmon. HEX triplet: EC, 48 and 0E. RGB value is (236,72,14). Sum of RGB (Red+Green+Blue) = 236+72+14=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC480E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC480E is #13B7F1. Grayscale: #727272. Windows color (decimal): -1292274 or 936172. OLE color: 936172.

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

Color convert

RGB 236 72 14 -
CMYK 0 0.69 0.94 0.07
HSL 15.68º 0.89% 0.49% -
HSV(B) 15.68º 0.94% 0.93% -
XYZ 36.99 22.5 2.81 -
YUV 114.42 71.33 214.72 -
System Red Green Blue C M Y K H S L
Decimal 236 72 14 0 0.69 0.94 0.07 15.68 0.89 0.49
Hex EC 48 E 0 45 5E 7 10 59 31
Octal 354 110 16 0 105 136 7 20 131 61
Binary 11101100 1001000 1110 0 1000101 1011110 111 10000 1011001 110001

Color Harmonies of #EC480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC480E

Black with #EC480E

Text Example


Text Example

White with #EC480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC480E; }

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

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

background-color css

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

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

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

border-color css

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

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

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