#EB6642

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

Shades of Flamingo #EB6642

Tints of Flamingo #EB6642

Color information

#EB6642 (or 0xEB6642) is unknown color: approx Flamingo. HEX triplet: EB, 66 and 42. RGB value is (235,102,66). Sum of RGB (Red+Green+Blue) = 235+102+66=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6642 is #1499BD. Grayscale: #898989. Windows color (decimal): -1350078 or 4351723. OLE color: 4351723.

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

Color convert

RGB23510266-
CMYK00.570.720.08
HSL12.78º80.86%59.02%-
HSV(B)12.78º71.91%92.16%-
XYZ4027.568.37-
YUV137.6687.56197.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.31%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 66 (26.17% from 255) = 16.38%
R=58.31%
G=25.31%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351026600.570.720.0812.7880.8659.02
HexEB6642039488d513b
Octal353146102071110101512173
Binary111010111100110100001001110011001000100011011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6642; }

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

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

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

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

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

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

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

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