#E6D683

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

Shades of Flax #E6D683

Tints of Flax #E6D683

Color information

#E6D683 (or 0xE6D683) is unknown color: approx Flax. HEX triplet: E6, D6 and 83. RGB value is (230,214,131). Sum of RGB (Red+Green+Blue) = 230+214+131=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D683 is #19297C. Grayscale: #D1D1D1. Windows color (decimal): -1649021 or 8640230. OLE color: 8640230.

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

Color convert

RGB230214131-
CMYK00.070.430.10
HSL50.3º66.44%70.78%-
HSV(B)50.3º43.04%90.2%-
XYZ60.7866.5531.12-
YUV209.3283.8142.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 131 (51.56% from 255) = 22.78%
R=40%
G=37.22%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021413100.070.430.1050.366.4470.78
HexE6D683072BA324247
Octal34632620307531262102107
Binary1110011011010110100000110111101011101011001010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D683; }

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

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

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

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

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

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

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

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