Html Css Color HEX #E26A49 Flamingo

📋 copy color: '#E26A49'

red 226 ◦ green 106 ◦ blue 73

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

Shades of Flamingo #E26A49

Tints of Flamingo #E26A49

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

 BLUE value IS 73 (28.91% from 255) = 18.02%

R = 55.8%
G = 26.17%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E26A49 (or 0xE26A49) is known color: Flamingo. HEX triplet: E2, 6A and 49. RGB value is (226,106,73). Sum of RGB (Red+Green+Blue) = 226+106+73=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26A49 is #1D95B6. Grayscale: #8A8A8A. Windows color (decimal): -1938871 or 4811490. OLE color: 4811490.

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

Color convert

RGB 226 106 73 -
CMYK 0 0.53 0.68 0.11
HSL 12.94º 0.73% 0.59% -
HSV(B) 12.94º 0.68% 0.89% -
XYZ 37.72 26.96 9.52 -
YUV 138.12 91.26 190.68 -
System Red Green Blue C M Y K H S L
Decimal 226 106 73 0 0.53 0.68 0.11 12.94 0.73 0.59
Hex E2 6A 49 0 35 44 B D 49 3B
Octal 342 152 111 0 65 104 13 15 111 73
Binary 11100010 1101010 1001001 0 110101 1000100 1011 1101 1001001 111011

Color Harmonies of #E26A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26A49

Black with #E26A49

Text Example


Text Example

White with #E26A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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