#EBDB8D

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

Shades of Flax #EBDB8D

Tints of Flax #EBDB8D

Color information

#EBDB8D (or 0xEBDB8D) is unknown color: approx Flax. HEX triplet: EB, DB and 8D. RGB value is (235,219,141). Sum of RGB (Red+Green+Blue) = 235+219+141=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB8D is #142472. Grayscale: #D7D7D7. Windows color (decimal): -1320051 or 9296875. OLE color: 9296875.

HSL color Cylindrical-coordinate representation of color #EBDB8D: hue angle of 49.79º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBDB8D is Cyan = 0, Magento = 0.07, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235219141-
CMYK00.070.40.08
HSL49.79º70.15%73.73%-
HSV(B)49.79º40%92.16%-
XYZ64.470.2535.36-
YUV214.8986.3142.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 141 (55.47% from 255) = 23.70%
R=39.50%
G=36.81%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521914100.070.40.0849.7970.1573.73
HexEBDB8D0728832464a
Octal35333321507501062106112
Binary1110101111011011100011010111101000100011001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDB8D; }

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

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

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

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

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

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

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

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