#EAD667

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

Shades of Golden Sand #EAD667

Tints of Golden Sand #EAD667

Color information

#EAD667 (or 0xEAD667) is unknown color: approx Golden Sand. HEX triplet: EA, D6 and 67. RGB value is (234,214,103). Sum of RGB (Red+Green+Blue) = 234+214+103=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD667 is #152998. Grayscale: #CFCFCF. Windows color (decimal): -1386905 or 6805226. OLE color: 6805226.

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

Color convert

RGB234214103-
CMYK00.090.560.08
HSL50.84º75.72%66.08%-
HSV(B)50.84º55.98%91.76%-
XYZ60.4366.5622.5-
YUV207.3369.13147.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 214 (83.98% from 255) = 38.84%
BLUE value IS 103 (40.62% from 255) = 18.69%
R=42.47%
G=38.84%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421410300.090.560.0850.8475.7266.08
HexEAD66709388334c42
Octal352326147011701063114102
Binary1110101011010110110011101001111000100011001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD667; }

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

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

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

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

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

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

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

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