#EAD67B

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

Shades of Flax #EAD67B

Tints of Flax #EAD67B

Color information

#EAD67B (or 0xEAD67B) is unknown color: approx Flax. HEX triplet: EA, D6 and 7B. RGB value is (234,214,123). Sum of RGB (Red+Green+Blue) = 234+214+123=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD67B is #152984. Grayscale: #D1D1D1. Windows color (decimal): -1386885 or 8115946. OLE color: 8115946.

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

Color convert

RGB234214123-
CMYK00.090.470.08
HSL49.19º72.55%70%-
HSV(B)49.19º47.44%91.76%-
XYZ61.5567.0228.43-
YUV209.6179.13145.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 214 (83.98% from 255) = 37.48%
BLUE value IS 123 (48.44% from 255) = 21.54%
R=40.98%
G=37.48%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421412300.090.470.0849.1972.5570
HexEAD67B092F8314946
Octal352326173011571061111106
Binary1110101011010110111101101001101111100011000110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD67B; }

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

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

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

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

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

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

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

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