#EAD267

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

Shades of Golden Sand #EAD267

Tints of Golden Sand #EAD267

Color information

#EAD267 (or 0xEAD267) is unknown color: approx Golden Sand. HEX triplet: EA, D2 and 67. RGB value is (234,210,103). Sum of RGB (Red+Green+Blue) = 234+210+103=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD267 is #152D98. Grayscale: #CDCDCD. Windows color (decimal): -1387929 or 6804202. OLE color: 6804202.

HSL color Cylindrical-coordinate representation of color #EAD267: hue angle of 49.01º 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 #EAD267 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234210103-
CMYK00.100.560.08
HSL49.01º75.72%66.08%-
HSV(B)49.01º55.98%91.76%-
XYZ59.4364.5622.16-
YUV204.9870.45148.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 210 (82.42% from 255) = 38.39%
BLUE value IS 103 (40.62% from 255) = 18.83%
R=42.78%
G=38.39%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421010300.100.560.0849.0175.7266.08
HexEAD2670A388314c42
Octal352322147012701061114102
Binary1110101011010010110011101010111000100011000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD267; }

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

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

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

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

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

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

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

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