#EA6344

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

Shades of Flamingo #EA6344

Tints of Flamingo #EA6344

Color information

#EA6344 (or 0xEA6344) is unknown color: approx Flamingo. HEX triplet: EA, 63 and 44. RGB value is (234,99,68). Sum of RGB (Red+Green+Blue) = 234+99+68=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6344 is #159CBB. Grayscale: #888888. Windows color (decimal): -1416380 or 4482026. OLE color: 4482026.

HSL color Cylindrical-coordinate representation of color #EA6344: hue angle of 11.2º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA6344 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB2349968-
CMYK00.580.710.08
HSL11.2º79.81%59.22%-
HSV(B)11.2º70.94%91.76%-
XYZ39.4426.838.57-
YUV135.8389.73198.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.35%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=58.35%
G=24.69%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234996800.580.710.0811.279.8159.22
HexEA634403A478b503b
Octal352143104072107101312073
Binary111010101100011100010001110101000111100010111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6344; }

 p { color: rgb(234,99,68); }

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

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

 a { background-color: rgb(234,99,68); }

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

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

 span { border-color: rgb(234,99,68); }

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