Html Css Color HEX #E2490C Persimmon

📋 copy color: '#E2490C'

red 226 ◦ green 73 ◦ blue 12

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

Shades of Persimmon #E2490C

Tints of Persimmon #E2490C

RGB

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

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

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

R = 72.67%
G = 23.47%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2490C (or 0xE2490C) is known color: Persimmon. HEX triplet: E2, 49 and 0C. RGB value is (226,73,12). Sum of RGB (Red+Green+Blue) = 226+73+12=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E2490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2490C is #1DB6F3. Grayscale: #707070. Windows color (decimal): -1947380 or 805346. OLE color: 805346.

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

Color convert

RGB 226 73 12 -
CMYK 0 0.68 0.95 0.11
HSL 17.1º 0.9% 0.47% -
HSV(B) 17.1º 0.95% 0.89% -
XYZ 33.81 20.96 2.61 -
YUV 111.79 71.69 209.46 -
System Red Green Blue C M Y K H S L
Decimal 226 73 12 0 0.68 0.95 0.11 17.1 0.9 0.47
Hex E2 49 C 0 44 5F B 11 5A 2F
Octal 342 111 14 0 104 137 13 21 132 57
Binary 11100010 1001001 1100 0 1000100 1011111 1011 10001 1011010 101111

Color Harmonies of #E2490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2490C

Black with #E2490C

Text Example


Text Example

White with #E2490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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