#E9534C

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

Shades of Flamingo #E9534C

Tints of Flamingo #E9534C

Color information

#E9534C (or 0xE9534C) is unknown color: approx Flamingo. HEX triplet: E9, 53 and 4C. RGB value is (233,83,76). Sum of RGB (Red+Green+Blue) = 233+83+76=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E9534C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9534C is #16ACB3. Grayscale: #7F7F7F. Windows color (decimal): -1486004 or 5002217. OLE color: 5002217.

HSL color Cylindrical-coordinate representation of color #E9534C: hue angle of 2.68º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9534C is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2338376-
CMYK00.640.670.09
HSL2.68º78.11%60.59%-
HSV(B)2.68º67.38%91.37%-
XYZ3824.039.47-
YUV127.0599.2203.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 59.44%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 76 (30.08% from 255) = 19.39%
R=59.44%
G=21.17%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233837600.640.670.092.6878.1160.59
HexE9534C04043934e3d
Octal351123114010010311311675
Binary11101001101001110011000100000010000111001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9534C; }

 p { color: rgb(233,83,76); }

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

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

 a { background-color: rgb(233,83,76); }

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

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

 span { border-color: rgb(233,83,76); }

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