Html Css Color HEX #E1490E Persimmon

📋 copy color: '#E1490E'

red 225 ◦ green 73 ◦ blue 14

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

Shades of Persimmon #E1490E

Tints of Persimmon #E1490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 72.12%
G = 23.4%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1490E (or 0xE1490E) is known color: Persimmon. HEX triplet: E1, 49 and 0E. RGB value is (225,73,14). Sum of RGB (Red+Green+Blue) = 225+73+14=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E1490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1490E is #1EB6F1. Grayscale: #707070. Windows color (decimal): -2012914 or 936417. OLE color: 936417.

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

Color convert

RGB 225 73 14 -
CMYK 0 0.68 0.94 0.12
HSL 16.78º 0.88% 0.47% -
HSV(B) 16.78º 0.94% 0.88% -
XYZ 33.51 20.8 2.66 -
YUV 111.72 72.86 208.8 -
System Red Green Blue C M Y K H S L
Decimal 225 73 14 0 0.68 0.94 0.12 16.78 0.88 0.47
Hex E1 49 E 0 44 5E C 11 58 2F
Octal 341 111 16 0 104 136 14 21 130 57
Binary 11100001 1001001 1110 0 1000100 1011110 1100 10001 1011000 101111

Color Harmonies of #E1490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1490E

Black with #E1490E

Text Example


Text Example

White with #E1490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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