#EB5E42

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

Shades of Flamingo #EB5E42

Tints of Flamingo #EB5E42

Color information

#EB5E42 (or 0xEB5E42) is unknown color: approx Flamingo. HEX triplet: EB, 5E and 42. RGB value is (235,94,66). Sum of RGB (Red+Green+Blue) = 235+94+66=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E42 is #14A1BD. Grayscale: #858585. Windows color (decimal): -1352126 or 4349675. OLE color: 4349675.

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

Color convert

RGB2359466-
CMYK00.60.720.08
HSL9.94º80.86%59.02%-
HSV(B)9.94º71.91%92.16%-
XYZ39.2526.068.12-
YUV132.9790.21200.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.49%
GREEN value IS 94 (37.11% from 255) = 23.80%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=59.49%
G=23.80%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235946600.60.720.089.9480.8659.02
HexEB5E4203C488a513b
Octal353136102074110101212173
Binary111010111011110100001001111001001000100010101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5E42; }

 p { color: rgb(235,94,66); }

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

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

 a { background-color: rgb(235,94,66); }

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

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

 span { border-color: rgb(235,94,66); }

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