#EA583D

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

Shades of Flamingo #EA583D

Tints of Flamingo #EA583D

Color information

#EA583D (or 0xEA583D) is unknown color: approx Flamingo. HEX triplet: EA, 58 and 3D. RGB value is (234,88,61). Sum of RGB (Red+Green+Blue) = 234+88+61=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA583D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA583D is #15A7C2. Grayscale: #808080. Windows color (decimal): -1419203 or 4020458. OLE color: 4020458.

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

Color convert

RGB2348861-
CMYK00.620.740.08
HSL9.36º80.47%57.84%-
HSV(B)9.36º73.93%91.76%-
XYZ38.2624.817.19-
YUV128.5889.87203.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.10%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 61 (24.22% from 255) = 15.93%
R=61.10%
G=22.98%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234886100.620.740.089.3680.4757.84
HexEA583D03E4A89503a
Octal35213075076112101112072
Binary11101010101100011110101111101001010100010011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA583D; }

 p { color: rgb(234,88,61); }

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

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

 a { background-color: rgb(234,88,61); }

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

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

 span { border-color: rgb(234,88,61); }

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