#EAD074

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

Shades of Golden Sand #EAD074

Tints of Golden Sand #EAD074

Color information

#EAD074 (or 0xEAD074) is unknown color: approx Golden Sand. HEX triplet: EA, D0 and 74. RGB value is (234,208,116). Sum of RGB (Red+Green+Blue) = 234+208+116=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD074 is #152F8B. Grayscale: #CDCDCD. Windows color (decimal): -1388428 or 7655658. OLE color: 7655658.

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

Color convert

RGB234208116-
CMYK00.110.500.08
HSL46.78º73.75%68.63%-
HSV(B)46.78º50.43%91.76%-
XYZ59.6463.8725.71-
YUV205.2977.61148.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 208 (81.64% from 255) = 37.28%
BLUE value IS 116 (45.70% from 255) = 20.79%
R=41.94%
G=37.28%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420811600.110.500.0846.7873.7568.63
HexEAD0740B3282f4a45
Octal352320164013621057112105
Binary1110101011010000111010001011110010100010111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD074; }

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

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

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

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

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

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

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

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