#E6D581

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

Shades of Flax #E6D581

Tints of Flax #E6D581

Color information

#E6D581 (or 0xE6D581) is unknown color: approx Flax. HEX triplet: E6, D5 and 81. RGB value is (230,213,129). Sum of RGB (Red+Green+Blue) = 230+213+129=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D581 is #192A7E. Grayscale: #D0D0D0. Windows color (decimal): -1649279 or 8508902. OLE color: 8508902.

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

Color convert

RGB230213129-
CMYK00.070.440.10
HSL49.9º66.89%70.39%-
HSV(B)49.9º43.91%90.2%-
XYZ60.396630.32-
YUV208.5183.13143.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.21%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 129 (50.78% from 255) = 22.55%
R=40.21%
G=37.24%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021312900.070.440.1049.966.8970.39
HexE6D581072CA324346
Octal34632520107541262103106
Binary1110011011010101100000010111101100101011001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D581; }

 p { color: rgb(230,213,129); }

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

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

 a { background-color: rgb(230,213,129); }

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

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

 span { border-color: rgb(230,213,129); }

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