Html Css Color HEX #EC480F Persimmon

📋 copy color: '#EC480F'

red 236 ◦ green 72 ◦ blue 15

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

Shades of Persimmon #EC480F

Tints of Persimmon #EC480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 73.07%
G = 22.29%
B = 4.64%

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

#EC480F (or 0xEC480F) is known color: Persimmon. HEX triplet: EC, 48 and 0F. RGB value is (236,72,15). Sum of RGB (Red+Green+Blue) = 236+72+15=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC480F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC480F is #13B7F0. Grayscale: #727272. Windows color (decimal): -1292273 or 1001708. OLE color: 1001708.

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

Color convert

RGB 236 72 15 -
CMYK 0 0.69 0.94 0.07
HSL 15.48º 0.88% 0.49% -
HSV(B) 15.48º 0.94% 0.93% -
XYZ 37 22.5 2.85 -
YUV 114.54 71.83 214.63 -
System Red Green Blue C M Y K H S L
Decimal 236 72 15 0 0.69 0.94 0.07 15.48 0.88 0.49
Hex EC 48 F 0 45 5E 7 F 58 31
Octal 354 110 17 0 105 136 7 17 130 61
Binary 11101100 1001000 1111 0 1000101 1011110 111 1111 1011000 110001

Color Harmonies of #EC480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC480F

Black with #EC480F

Text Example


Text Example

White with #EC480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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