#E66B53

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

Shades of Flamingo #E66B53

Tints of Flamingo #E66B53

Color information

#E66B53 (or 0xE66B53) is unknown color: approx Flamingo. HEX triplet: E6, 6B and 53. RGB value is (230,107,83). Sum of RGB (Red+Green+Blue) = 230+107+83=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66B53 is #1994AC. Grayscale: #8D8D8D. Windows color (decimal): -1676461 or 5467110. OLE color: 5467110.

HSL color Cylindrical-coordinate representation of color #E66B53: hue angle of 9.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E66B53 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB23010783-
CMYK00.530.640.10
HSL9.8º74.62%61.37%-
HSV(B)9.8º63.91%90.2%-
XYZ39.4527.9611.5-
YUV141.0495.25191.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.76%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 83 (32.81% from 255) = 19.76%
R=54.76%
G=25.48%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301078300.530.640.109.874.6261.37
HexE66B5303540Aa4b3d
Octal346153123065100121211375
Binary111001101101011101001101101011000000101010101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66B53; }

 p { color: rgb(230,107,83); }

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

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

 a { background-color: rgb(230,107,83); }

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

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

 span { border-color: rgb(230,107,83); }

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