#EBDB87

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

Shades of Flax #EBDB87

Tints of Flax #EBDB87

Color information

#EBDB87 (or 0xEBDB87) is unknown color: approx Flax. HEX triplet: EB, DB and 87. RGB value is (235,219,135). Sum of RGB (Red+Green+Blue) = 235+219+135=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 135 (53.12% from 255 or 22.92% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB87 is #142478. Grayscale: #D6D6D6. Windows color (decimal): -1320057 or 8903659. OLE color: 8903659.

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

Color convert

RGB235219135-
CMYK00.070.430.08
HSL50.4º71.43%72.55%-
HSV(B)50.4º42.55%92.16%-
XYZ63.9770.0733.08-
YUV214.2183.3142.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 135 (53.12% from 255) = 22.92%
R=39.90%
G=37.18%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521913500.070.430.0850.471.4372.55
HexEBDB87072B8324749
Octal35333320707531062107111
Binary1110101111011011100001110111101011100011001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDB87; }

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

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

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

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

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

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

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

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