Html Css Color HEX #EC480C Persimmon

📋 copy color: '#EC480C'

red 236 ◦ green 72 ◦ blue 12

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

Shades of Persimmon #EC480C

Tints of Persimmon #EC480C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 73.75%
G = 22.5%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC480C (or 0xEC480C) is known color: Persimmon. HEX triplet: EC, 48 and 0C. RGB value is (236,72,12). Sum of RGB (Red+Green+Blue) = 236+72+12=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC480C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC480C is #13B7F3. Grayscale: #727272. Windows color (decimal): -1292276 or 805100. OLE color: 805100.

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

Color convert

RGB 236 72 12 -
CMYK 0 0.69 0.95 0.07
HSL 16.07º 0.9% 0.49% -
HSV(B) 16.07º 0.95% 0.93% -
XYZ 36.98 22.49 2.74 -
YUV 114.2 70.33 214.88 -
System Red Green Blue C M Y K H S L
Decimal 236 72 12 0 0.69 0.95 0.07 16.07 0.9 0.49
Hex EC 48 C 0 45 5F 7 10 5A 31
Octal 354 110 14 0 105 137 7 20 132 61
Binary 11101100 1001000 1100 0 1000101 1011111 111 10000 1011010 110001

Color Harmonies of #EC480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC480C

Black with #EC480C

Text Example


Text Example

White with #EC480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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