Html Css Color HEX #E26344 Flamingo

📋 copy color: '#E26344'

red 226 ◦ green 99 ◦ blue 68

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

Shades of Flamingo #E26344

Tints of Flamingo #E26344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.19%

 BLUE value IS 68 (26.95% from 255) = 17.3%

R = 57.51%
G = 25.19%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E26344 (or 0xE26344) is known color: Flamingo. HEX triplet: E2, 63 and 44. RGB value is (226,99,68). Sum of RGB (Red+Green+Blue) = 226+99+68=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E26344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26344 is #1D9CBB. Grayscale: #858585. Windows color (decimal): -1940668 or 4482018. OLE color: 4482018.

HSL color Cylindrical-coordinate representation of color #E26344: hue angle of 11.77º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E26344 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 99 68 -
CMYK 0 0.56 0.70 0.11
HSL 11.77º 0.73% 0.58% -
HSV(B) 11.77º 0.7% 0.89% -
XYZ 36.87 25.51 8.45 -
YUV 133.44 91.08 194.02 -
System Red Green Blue C M Y K H S L
Decimal 226 99 68 0 0.56 0.70 0.11 11.77 0.73 0.58
Hex E2 63 44 0 38 46 B C 49 3A
Octal 342 143 104 0 70 106 13 14 111 72
Binary 11100010 1100011 1000100 0 111000 1000110 1011 1100 1001001 111010

Color Harmonies of #E26344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26344

Black with #E26344

Text Example


Text Example

White with #E26344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26344; }

 p { color: rgb(226,99,68); }

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

background-color css

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

 a { background-color: rgb(226,99,68); }

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

border-color css

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

 span { border-color: rgb(226,99,68); }

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