#EAD768

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

Shades of Golden Sand #EAD768

Tints of Golden Sand #EAD768

Color information

#EAD768 (or 0xEAD768) is unknown color: approx Golden Sand. HEX triplet: EA, D7 and 68. RGB value is (234,215,104). Sum of RGB (Red+Green+Blue) = 234+215+104=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD768 is #152897. Grayscale: #D0D0D0. Windows color (decimal): -1386648 or 6871018. OLE color: 6871018.

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

Color convert

RGB234215104-
CMYK00.080.560.08
HSL51.23º75.58%66.27%-
HSV(B)51.23º55.56%91.76%-
XYZ60.7367.0922.85-
YUV208.0369.29146.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 104 (41.02% from 255) = 18.81%
R=42.31%
G=38.88%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421510400.080.560.0851.2375.5866.27
HexEAD76808388334c42
Octal352327150010701063114102
Binary1110101011010111110100001000111000100011001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD768; }

 p { color: rgb(234,215,104); }

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

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

 a { background-color: rgb(234,215,104); }

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

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

 span { border-color: rgb(234,215,104); }

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