#EAD15F

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

Shades of Golden Sand #EAD15F

Tints of Golden Sand #EAD15F

Color information

#EAD15F (or 0xEAD15F) is unknown color: approx Golden Sand. HEX triplet: EA, D1 and 5F. RGB value is (234,209,95). Sum of RGB (Red+Green+Blue) = 234+209+95=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD15F is #152EA0. Grayscale: #CBCBCB. Windows color (decimal): -1388193 or 6279658. OLE color: 6279658.

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

Color convert

RGB23420995-
CMYK00.110.590.08
HSL49.21º76.8%64.51%-
HSV(B)49.21º59.4%91.76%-
XYZ58.863.9220.07-
YUV203.4866.78149.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 209 (82.03% from 255) = 38.85%
BLUE value IS 95 (37.5% from 255) = 17.66%
R=43.49%
G=38.85%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342099500.110.590.0849.2176.864.51
HexEAD15F0B3B8314d41
Octal352321137013731061115101
Binary1110101011010001101111101011111011100011000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD15F; }

 p { color: rgb(234,209,95); }

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

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

 a { background-color: rgb(234,209,95); }

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

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

 span { border-color: rgb(234,209,95); }

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