#E6D580

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

Shades of Flax #E6D580

Tints of Flax #E6D580

Color information

#E6D580 (or 0xE6D580) is unknown color: approx Flax. HEX triplet: E6, D5 and 80. RGB value is (230,213,128). Sum of RGB (Red+Green+Blue) = 230+213+128=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D580 is #192A7F. Grayscale: #D0D0D0. Windows color (decimal): -1649280 or 8443366. OLE color: 8443366.

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

Color convert

RGB230213128-
CMYK00.070.440.10
HSL50º67.11%70.2%-
HSV(B)50º44.35%90.2%-
XYZ60.3265.9729.98-
YUV208.3982.63143.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=40.28%
G=37.30%
B=22.42%

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
Decimal23021312800.070.440.105067.1170.2
HexE6D580072CA324346
Octal34632520007541262103106
Binary1110011011010101100000000111101100101011001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D580; }

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

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

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

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

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

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

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

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