#ebd887

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

Shades of Flax #EBD887

Tints of Flax #EBD887

Color information

#EBD887 (or 0xEBD887) is unknown color: approx Flax. HEX triplet: EB, D8 and 87. RGB value is (235,216,135). Sum of RGB (Red+Green+Blue) = 235+216+135=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 135 (53.12% from 255 or 23.04% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD887 is #142778. Grayscale: #D4D4D4. Windows color (decimal): -1320825 or 8902891. OLE color: 8902891.

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

Color convert

RGB235216135-
CMYK00.080.430.08
HSL48.6º71.43%72.55%-
HSV(B)48.6º42.55%92.16%-
XYZ63.1968.5232.82-
YUV212.4584.29144.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 135 (53.12% from 255) = 23.04%
R=40.10%
G=36.86%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521613500.080.430.0848.671.4372.55
HexEBD887082B8314749
Octal353330207010531061107111
Binary11101011110110001000011101000101011100011000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebd887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebd887; }

 p { color: rgb(235,216,135); }

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

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

 a { background-color: rgb(235,216,135); }

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

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

 span { border-color: rgb(235,216,135); }

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