#EE5F46

Color #EE5F46 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #EE5F46

Tints of Flamingo #EE5F46

Color information

#EE5F46 (or 0xEE5F46) is unknown color: approx Flamingo. HEX triplet: EE, 5F and 46. RGB value is (238,95,70). Sum of RGB (Red+Green+Blue) = 238+95+70=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5F46 is #11A0B9. Grayscale: #878787. Windows color (decimal): -1155258 or 4612078. OLE color: 4612078.

HSL color Cylindrical-coordinate representation of color #EE5F46: hue angle of 8.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE5F46 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB2389570-
CMYK00.600.710.07
HSL8.93º83.17%60.39%-
HSV(B)8.93º70.59%93.33%-
XYZ40.4626.88.84-
YUV134.9191.38201.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.06%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 70 (27.73% from 255) = 17.37%
R=59.06%
G=23.57%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238957000.600.710.078.9383.1760.39
HexEE5F4603C4779533c
Octal35613710607410771112374
Binary11101110101111110001100111100100011111110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5F46; }

 p { color: rgb(238,95,70); }

 H1.HeaderClassName
 {
   color: #EE5F46;
 }
 .AnyTagClassName
 {
   color: #EE5F46;
 }
</style>
background-color css

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

 a { background-color: rgb(238,95,70); }

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

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

 span { border-color: rgb(238,95,70); }

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