#EAD68B

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

Shades of Flax #EAD68B

Tints of Flax #EAD68B

Color information

#EAD68B (or 0xEAD68B) is unknown color: approx Flax. HEX triplet: EA, D6 and 8B. RGB value is (234,214,139). Sum of RGB (Red+Green+Blue) = 234+214+139=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD68B is #152974. Grayscale: #D3D3D3. Windows color (decimal): -1386869 or 9164522. OLE color: 9164522.

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

Color convert

RGB234214139-
CMYK00.090.410.08
HSL47.37º69.34%73.14%-
HSV(B)47.37º40.6%91.76%-
XYZ62.6467.4534.14-
YUV211.4387.13144.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 139 (54.69% from 255) = 23.68%
R=39.86%
G=36.46%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421413900.090.410.0847.3769.3473.14
HexEAD68B092982f4549
Octal352326213011511057105111
Binary11101010110101101000101101001101001100010111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD68B; }

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

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

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

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

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

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

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

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