#EE6755

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

Shades of Flamingo #EE6755

Tints of Flamingo #EE6755

Color information

#EE6755 (or 0xEE6755) is unknown color: approx Flamingo. HEX triplet: EE, 67 and 55. RGB value is (238,103,85). Sum of RGB (Red+Green+Blue) = 238+103+85=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6755 is #1198AA. Grayscale: #8D8D8D. Windows color (decimal): -1153195 or 5597166. OLE color: 5597166.

HSL color Cylindrical-coordinate representation of color #EE6755: hue angle of 7.06º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE6755 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23810385-
CMYK00.570.640.07
HSL7.06º81.82%63.33%-
HSV(B)7.06º64.29%93.33%-
XYZ41.7528.5311.9-
YUV141.3196.23196.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.87%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=55.87%
G=24.18%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381038500.570.640.077.0681.8263.33
HexEE67550394077523f
Octal3561471250711007712277
Binary1110111011001111010101011100110000001111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6755; }

 p { color: rgb(238,103,85); }

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

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

 a { background-color: rgb(238,103,85); }

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

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

 span { border-color: rgb(238,103,85); }

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