#E6D481

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

Shades of Flax #E6D481

Tints of Flax #E6D481

Color information

#E6D481 (or 0xE6D481) is unknown color: approx Flax. HEX triplet: E6, D4 and 81. RGB value is (230,212,129). Sum of RGB (Red+Green+Blue) = 230+212+129=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D481 is #192B7E. Grayscale: #D0D0D0. Windows color (decimal): -1649535 or 8508646. OLE color: 8508646.

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

Color convert

RGB230212129-
CMYK00.080.440.10
HSL49.31º66.89%70.39%-
HSV(B)49.31º43.91%90.2%-
XYZ60.1465.4930.24-
YUV207.9283.46143.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 212 (83.20% from 255) = 37.13%
BLUE value IS 129 (50.78% from 255) = 22.59%
R=40.28%
G=37.13%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021212900.080.440.1049.3166.8970.39
HexE6D481082CA314346
Octal346324201010541261103106
Binary11100110110101001000000101000101100101011000110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D481; }

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

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

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

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

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

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

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

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