Html Css Color HEX #E26040 Flamingo

📋 copy color: '#E26040'

red 226 ◦ green 96 ◦ blue 64

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

Shades of Flamingo #E26040

Tints of Flamingo #E26040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 58.55%
G = 24.87%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E26040 (or 0xE26040) is known color: Flamingo. HEX triplet: E2, 60 and 40. RGB value is (226,96,64). Sum of RGB (Red+Green+Blue) = 226+96+64=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E26040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26040 is #1D9FBF. Grayscale: #838383. Windows color (decimal): -1941440 or 4219106. OLE color: 4219106.

HSL color Cylindrical-coordinate representation of color #E26040: hue angle of 11.85º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E26040 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 96 64 -
CMYK 0 0.58 0.72 0.11
HSL 11.85º 0.74% 0.57% -
HSV(B) 11.85º 0.72% 0.89% -
XYZ 36.47 24.9 7.74 -
YUV 131.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 226 96 64 0 0.58 0.72 0.11 11.85 0.74 0.57
Hex E2 60 40 0 3A 48 B C 4A 39
Octal 342 140 100 0 72 110 13 14 112 71
Binary 11100010 1100000 1000000 0 111010 1001000 1011 1100 1001010 111001

Color Harmonies of #E26040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26040

Black with #E26040

Text Example


Text Example

White with #E26040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26040; }

 p { color: rgb(226,96,64); }

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

background-color css

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

 a { background-color: rgb(226,96,64); }

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

border-color css

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

 span { border-color: rgb(226,96,64); }

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