#EAD06F

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

Shades of Golden Sand #EAD06F

Tints of Golden Sand #EAD06F

Color information

#EAD06F (or 0xEAD06F) is unknown color: approx Golden Sand. HEX triplet: EA, D0 and 6F. RGB value is (234,208,111). Sum of RGB (Red+Green+Blue) = 234+208+111=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD06F is #152F90. Grayscale: #CDCDCD. Windows color (decimal): -1388433 or 7327978. OLE color: 7327978.

HSL color Cylindrical-coordinate representation of color #EAD06F: hue angle of 47.32º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAD06F is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234208111-
CMYK00.110.530.08
HSL47.32º74.55%67.65%-
HSV(B)47.32º52.56%91.76%-
XYZ59.3663.7524.22-
YUV204.7275.11148.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 208 (81.64% from 255) = 37.61%
BLUE value IS 111 (43.75% from 255) = 20.07%
R=42.31%
G=37.61%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420811100.110.530.0847.3274.5567.65
HexEAD06F0B3582f4b44
Octal352320157013651057113104
Binary1110101011010000110111101011110101100010111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD06F; }

 p { color: rgb(234,208,111); }

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

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

 a { background-color: rgb(234,208,111); }

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

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

 span { border-color: rgb(234,208,111); }

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