#EAD567

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

Shades of Golden Sand #EAD567

Tints of Golden Sand #EAD567

Color information

#EAD567 (or 0xEAD567) is unknown color: approx Golden Sand. HEX triplet: EA, D5 and 67. RGB value is (234,213,103). Sum of RGB (Red+Green+Blue) = 234+213+103=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 103 (40.62% from 255 or 18.73% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD567 is #152A98. Grayscale: #CFCFCF. Windows color (decimal): -1387161 or 6804970. OLE color: 6804970.

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

Color convert

RGB234213103-
CMYK00.090.560.08
HSL50.38º75.72%66.08%-
HSV(B)50.38º55.98%91.76%-
XYZ60.1766.0622.41-
YUV206.7469.46147.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 103 (40.62% from 255) = 18.73%
R=42.55%
G=38.73%
B=18.73%

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
Decimal23421310300.090.560.0850.3875.7266.08
HexEAD56709388324c42
Octal352325147011701062114102
Binary1110101011010101110011101001111000100011001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD567; }

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

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

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

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

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

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

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

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