#EA684A

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

Shades of Flamingo #EA684A

Tints of Flamingo #EA684A

Color information

#EA684A (or 0xEA684A) is unknown color: approx Flamingo. HEX triplet: EA, 68 and 4A. RGB value is (234,104,74). Sum of RGB (Red+Green+Blue) = 234+104+74=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA684A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA684A is #1597B5. Grayscale: #8B8B8B. Windows color (decimal): -1415094 or 4876522. OLE color: 4876522.

HSL color Cylindrical-coordinate representation of color #EA684A: hue angle of 11.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA684A is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB23410474-
CMYK00.560.680.08
HSL11.25º79.21%60.39%-
HSV(B)11.25º68.38%91.76%-
XYZ40.1227.899.75-
YUV139.4591.07195.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.80%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 74 (29.30% from 255) = 17.96%
R=56.80%
G=25.24%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341047400.560.680.0811.2579.2160.39
HexEA684A038448b4f3c
Octal352150112070104101311774
Binary111010101101000100101001110001000100100010111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA684A; }

 p { color: rgb(234,104,74); }

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

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

 a { background-color: rgb(234,104,74); }

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

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

 span { border-color: rgb(234,104,74); }

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