Html Css Color HEX #E2490E Persimmon

📋 copy color: '#E2490E'

red 226 ◦ green 73 ◦ blue 14

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

Shades of Persimmon #E2490E

Tints of Persimmon #E2490E

RGB

 RED value IS 226 (88.67% from 255) = 72.2%

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

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

R = 72.2%
G = 23.32%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2490E (or 0xE2490E) is known color: Persimmon. HEX triplet: E2, 49 and 0E. RGB value is (226,73,14). Sum of RGB (Red+Green+Blue) = 226+73+14=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E2490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2490E is #1DB6F1. Grayscale: #707070. Windows color (decimal): -1947378 or 936418. OLE color: 936418.

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

Color convert

RGB 226 73 14 -
CMYK 0 0.68 0.94 0.11
HSL 16.7º 0.88% 0.47% -
HSV(B) 16.7º 0.94% 0.89% -
XYZ 33.83 20.97 2.68 -
YUV 112.02 72.69 209.3 -
System Red Green Blue C M Y K H S L
Decimal 226 73 14 0 0.68 0.94 0.11 16.7 0.88 0.47
Hex E2 49 E 0 44 5E B 11 58 2F
Octal 342 111 16 0 104 136 13 21 130 57
Binary 11100010 1001001 1110 0 1000100 1011110 1011 10001 1011000 101111

Color Harmonies of #E2490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2490E

Black with #E2490E

Text Example


Text Example

White with #E2490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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