Html Css Color HEX #E1490C Persimmon

📋 copy color: '#E1490C'

red 225 ◦ green 73 ◦ blue 12

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

Shades of Persimmon #E1490C

Tints of Persimmon #E1490C

RGB

 RED value IS 225 (88.28% from 255) = 72.58%

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

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

R = 72.58%
G = 23.55%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1490C (or 0xE1490C) is known color: Persimmon. HEX triplet: E1, 49 and 0C. RGB value is (225,73,12). Sum of RGB (Red+Green+Blue) = 225+73+12=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E1490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1490C is #1EB6F3. Grayscale: #6F6F6F. Windows color (decimal): -2012916 or 805345. OLE color: 805345.

HSL color Cylindrical-coordinate representation of color #E1490C: hue angle of 17.18º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1490C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 12 -
CMYK 0 0.68 0.95 0.12
HSL 17.18º 0.9% 0.46% -
HSV(B) 17.18º 0.95% 0.88% -
XYZ 33.5 20.8 2.6 -
YUV 111.49 71.86 208.96 -
System Red Green Blue C M Y K H S L
Decimal 225 73 12 0 0.68 0.95 0.12 17.18 0.9 0.46
Hex E1 49 C 0 44 5F C 11 5A 2E
Octal 341 111 14 0 104 137 14 21 132 56
Binary 11100001 1001001 1100 0 1000100 1011111 1100 10001 1011010 101110

Color Harmonies of #E1490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1490C

Black with #E1490C

Text Example


Text Example

White with #E1490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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