#EAD68D

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

Shades of Flax #EAD68D

Tints of Flax #EAD68D

Color information

#EAD68D (or 0xEAD68D) is unknown color: approx Flax. HEX triplet: EA, D6 and 8D. RGB value is (234,214,141). Sum of RGB (Red+Green+Blue) = 234+214+141=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD68D is #152972. Grayscale: #D3D3D3. Windows color (decimal): -1386867 or 9295594. OLE color: 9295594.

HSL color Cylindrical-coordinate representation of color #EAD68D: hue angle of 47.1º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAD68D is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234214141-
CMYK00.090.400.08
HSL47.1º68.89%73.53%-
HSV(B)47.1º39.74%91.76%-
XYZ62.7967.5134.92-
YUV211.6688.13143.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 141 (55.47% from 255) = 23.94%
R=39.73%
G=36.33%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421414100.090.400.0847.168.8973.53
HexEAD68D092882f454a
Octal352326215011501057105112
Binary11101010110101101000110101001101000100010111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD68D; }

 p { color: rgb(234,214,141); }

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

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

 a { background-color: rgb(234,214,141); }

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

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

 span { border-color: rgb(234,214,141); }

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