#EBD981

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

Shades of Flax #EBD981

Tints of Flax #EBD981

Color information

#EBD981 (or 0xEBD981) is unknown color: approx Flax. HEX triplet: EB, D9 and 81. RGB value is (235,217,129). Sum of RGB (Red+Green+Blue) = 235+217+129=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD981 is #14267E. Grayscale: #D4D4D4. Windows color (decimal): -1320575 or 8509931. OLE color: 8509931.

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

Color convert

RGB235217129-
CMYK00.080.450.08
HSL49.81º72.6%71.37%-
HSV(B)49.81º45.11%92.16%-
XYZ63.0468.8730.74-
YUV212.3580.96144.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 217 (85.16% from 255) = 37.35%
BLUE value IS 129 (50.78% from 255) = 22.20%
R=40.45%
G=37.35%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521712900.080.450.0849.8172.671.37
HexEBD981082D8324947
Octal353331201010551062111107
Binary11101011110110011000000101000101101100011001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD981; }

 p { color: rgb(235,217,129); }

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

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

 a { background-color: rgb(235,217,129); }

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

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

 span { border-color: rgb(235,217,129); }

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