#EBD885

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

Shades of Flax #EBD885

Tints of Flax #EBD885

Color information

#EBD885 (or 0xEBD885) is unknown color: approx Flax. HEX triplet: EB, D8 and 85. RGB value is (235,216,133). Sum of RGB (Red+Green+Blue) = 235+216+133=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD885 is #14277A. Grayscale: #D4D4D4. Windows color (decimal): -1320827 or 8771819. OLE color: 8771819.

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

Color convert

RGB235216133-
CMYK00.080.430.08
HSL48.82º71.83%72.16%-
HSV(B)48.82º43.4%92.16%-
XYZ63.0568.4732.08-
YUV212.2283.29144.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 133 (52.34% from 255) = 22.77%
R=40.24%
G=36.99%
B=22.77%

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
Decimal23521613300.080.430.0848.8271.8372.16
HexEBD885082B8314848
Octal353330205010531061110110
Binary11101011110110001000010101000101011100011000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD885; }

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

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

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

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

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

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

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

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