Html Css Color HEX #EC490C Persimmon

📋 copy color: '#EC490C'

red 236 ◦ green 73 ◦ blue 12

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

Shades of Persimmon #EC490C

Tints of Persimmon #EC490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

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

R = 73.52%
G = 22.74%
B = 3.74%

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

#EC490C (or 0xEC490C) is known color: Persimmon. HEX triplet: EC, 49 and 0C. RGB value is (236,73,12). Sum of RGB (Red+Green+Blue) = 236+73+12=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC490C is #13B6F3. Grayscale: #737373. Windows color (decimal): -1292020 or 805356. OLE color: 805356.

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

Color convert

RGB 236 73 12 -
CMYK 0 0.69 0.95 0.07
HSL 16.34º 0.9% 0.49% -
HSV(B) 16.34º 0.95% 0.93% -
XYZ 37.04 22.62 2.76 -
YUV 114.78 70 214.46 -
System Red Green Blue C M Y K H S L
Decimal 236 73 12 0 0.69 0.95 0.07 16.34 0.9 0.49
Hex EC 49 C 0 45 5F 7 10 5A 31
Octal 354 111 14 0 105 137 7 20 132 61
Binary 11101100 1001001 1100 0 1000101 1011111 111 10000 1011010 110001

Color Harmonies of #EC490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC490C

Black with #EC490C

Text Example


Text Example

White with #EC490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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