#E6D77E

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

Shades of Flax #E6D77E

Tints of Flax #E6D77E

Color information

#E6D77E (or 0xE6D77E) is unknown color: approx Flax. HEX triplet: E6, D7 and 7E. RGB value is (230,215,126). Sum of RGB (Red+Green+Blue) = 230+215+126=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D77E is #192881. Grayscale: #D1D1D1. Windows color (decimal): -1648770 or 8312806. OLE color: 8312806.

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

Color convert

RGB230215126-
CMYK00.070.450.10
HSL51.35º67.53%69.8%-
HSV(B)51.35º45.22%90.2%-
XYZ60.766.9329.46-
YUV209.3480.97142.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 215 (84.38% from 255) = 37.65%
BLUE value IS 126 (49.61% from 255) = 22.07%
R=40.28%
G=37.65%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021512600.070.450.1051.3567.5369.8
HexE6D77E072DA334446
Octal34632717607551263104106
Binary111001101101011111111100111101101101011001110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D77E; }

 p { color: rgb(230,215,126); }

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

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

 a { background-color: rgb(230,215,126); }

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

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

 span { border-color: rgb(230,215,126); }

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