Html Css Color HEX #E26A51 Flamingo

📋 copy color: '#E26A51'

red 226 ◦ green 106 ◦ blue 81

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

Shades of Flamingo #E26A51

Tints of Flamingo #E26A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.61%

R = 54.72%
G = 25.67%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E26A51 (or 0xE26A51) is known color: Flamingo. HEX triplet: E2, 6A and 51. RGB value is (226,106,81). Sum of RGB (Red+Green+Blue) = 226+106+81=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A51 is #1D95AE. Grayscale: #8B8B8B. Windows color (decimal): -1938863 or 5335778. OLE color: 5335778.

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

Color convert

RGB 226 106 81 -
CMYK 0 0.53 0.64 0.11
HSL 10.34º 0.71% 0.6% -
HSV(B) 10.34º 0.64% 0.89% -
XYZ 38 27.07 11.01 -
YUV 139.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 226 106 81 0 0.53 0.64 0.11 10.34 0.71 0.6
Hex E2 6A 51 0 35 40 B A 47 3C
Octal 342 152 121 0 65 100 13 12 107 74
Binary 11100010 1101010 1010001 0 110101 1000000 1011 1010 1000111 111100

Color Harmonies of #E26A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26A51

Black with #E26A51

Text Example


Text Example

White with #E26A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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