#EBD881

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

Shades of Flax #EBD881

Tints of Flax #EBD881

Color information

#EBD881 (or 0xEBD881) is unknown color: approx Flax. HEX triplet: EB, D8 and 81. RGB value is (235,216,129). Sum of RGB (Red+Green+Blue) = 235+216+129=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD881 is #14277E. Grayscale: #D4D4D4. Windows color (decimal): -1320831 or 8509675. OLE color: 8509675.

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

Color convert

RGB235216129-
CMYK00.080.450.08
HSL49.25º72.6%71.37%-
HSV(B)49.25º45.11%92.16%-
XYZ62.7868.3630.65-
YUV211.7681.29144.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 216 (84.77% from 255) = 37.24%
BLUE value IS 129 (50.78% from 255) = 22.24%
R=40.52%
G=37.24%
B=22.24%

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
Decimal23521612900.080.450.0849.2572.671.37
HexEBD881082D8314947
Octal353330201010551061111107
Binary11101011110110001000000101000101101100011000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD881; }

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

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

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

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

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

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

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

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