#EB5C42

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

Shades of Flamingo #EB5C42

Tints of Flamingo #EB5C42

Color information

#EB5C42 (or 0xEB5C42) is unknown color: approx Flamingo. HEX triplet: EB, 5C and 42. RGB value is (235,92,66). Sum of RGB (Red+Green+Blue) = 235+92+66=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5C42 is #14A3BD. Grayscale: #848484. Windows color (decimal): -1352638 or 4349163. OLE color: 4349163.

HSL color Cylindrical-coordinate representation of color #EB5C42: hue angle of 9.23º 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 #EB5C42 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB2359266-
CMYK00.610.720.08
HSL9.23º80.86%59.02%-
HSV(B)9.23º71.91%92.16%-
XYZ39.0725.718.06-
YUV131.7990.88201.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.80%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 66 (26.17% from 255) = 16.79%
R=59.80%
G=23.41%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235926600.610.720.089.2380.8659.02
HexEB5C4203D4889513b
Octal353134102075110101112173
Binary111010111011100100001001111011001000100010011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5C42; }

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

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

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

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

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

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

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

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