#EBD286

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

Shades of Flax #EBD286

Tints of Flax #EBD286

Color information

#EBD286 (or 0xEBD286) is unknown color: approx Flax. HEX triplet: EB, D2 and 86. RGB value is (235,210,134). Sum of RGB (Red+Green+Blue) = 235+210+134=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD286 is #142D79. Grayscale: #D1D1D1. Windows color (decimal): -1322362 or 8835819. OLE color: 8835819.

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

Color convert

RGB235210134-
CMYK00.110.430.08
HSL45.15º71.63%72.35%-
HSV(B)45.15º42.98%92.16%-
XYZ61.6165.4831.95-
YUV208.8185.78146.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 210 (82.42% from 255) = 36.27%
BLUE value IS 134 (52.73% from 255) = 23.14%
R=40.59%
G=36.27%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521013400.110.430.0845.1571.6372.35
HexEBD2860B2B82d4848
Octal353322206013531055110110
Binary11101011110100101000011001011101011100010110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD286; }

 p { color: rgb(235,210,134); }

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

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

 a { background-color: rgb(235,210,134); }

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

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

 span { border-color: rgb(235,210,134); }

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