#E6D687

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

Shades of Flax #E6D687

Tints of Flax #E6D687

Color information

#E6D687 (or 0xE6D687) is unknown color: approx Flax. HEX triplet: E6, D6 and 87. RGB value is (230,214,135). Sum of RGB (Red+Green+Blue) = 230+214+135=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D687 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D687 is #192978. Grayscale: #D2D2D2. Windows color (decimal): -1649017 or 8902374. OLE color: 8902374.

HSL color Cylindrical-coordinate representation of color #E6D687: hue angle of 49.89º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6D687 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB230214135-
CMYK00.070.410.10
HSL49.89º65.52%71.57%-
HSV(B)49.89º41.3%90.2%-
XYZ61.0566.6732.57-
YUV209.7885.8142.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 135 (53.12% from 255) = 23.32%
R=39.72%
G=36.96%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021413500.070.410.1049.8965.5271.57
HexE6D6870729A324248
Octal34632620707511262102110
Binary1110011011010110100001110111101001101011001010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D687; }

 p { color: rgb(230,214,135); }

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

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

 a { background-color: rgb(230,214,135); }

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

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

 span { border-color: rgb(230,214,135); }

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