Html Css Color HEX #EC490D Persimmon

📋 copy color: '#EC490D'

red 236 ◦ green 73 ◦ blue 13

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

Shades of Persimmon #EC490D

Tints of Persimmon #EC490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 73.29%
G = 22.67%
B = 4.04%

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

#EC490D (or 0xEC490D) is known color: Persimmon. HEX triplet: EC, 49 and 0D. RGB value is (236,73,13). Sum of RGB (Red+Green+Blue) = 236+73+13=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC490D is #13B6F2. Grayscale: #737373. Windows color (decimal): -1292019 or 870892. OLE color: 870892.

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

Color convert

RGB 236 73 13 -
CMYK 0 0.69 0.94 0.07
HSL 16.14º 0.9% 0.49% -
HSV(B) 16.14º 0.94% 0.93% -
XYZ 37.05 22.63 2.8 -
YUV 114.9 70.5 214.38 -
System Red Green Blue C M Y K H S L
Decimal 236 73 13 0 0.69 0.94 0.07 16.14 0.9 0.49
Hex EC 49 D 0 45 5E 7 10 5A 31
Octal 354 111 15 0 105 136 7 20 132 61
Binary 11101100 1001001 1101 0 1000101 1011110 111 10000 1011010 110001

Color Harmonies of #EC490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC490D

Black with #EC490D

Text Example


Text Example

White with #EC490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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