#EBD068

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

Shades of Golden Sand #EBD068

Tints of Golden Sand #EBD068

Color information

#EBD068 (or 0xEBD068) is unknown color: approx Golden Sand. HEX triplet: EB, D0 and 68. RGB value is (235,208,104). Sum of RGB (Red+Green+Blue) = 235+208+104=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD068 is #142F97. Grayscale: #CCCCCC. Windows color (decimal): -1322904 or 6869227. OLE color: 6869227.

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

Color convert

RGB235208104-
CMYK00.110.560.08
HSL47.63º76.61%66.47%-
HSV(B)47.63º55.74%92.16%-
XYZ59.3263.7722.28-
YUV204.2271.45149.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 104 (41.02% from 255) = 19.01%
R=42.96%
G=38.03%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520810400.110.560.0847.6376.6166.47
HexEBD0680B388304d42
Octal353320150013701060115102
Binary1110101111010000110100001011111000100011000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD068; }

 p { color: rgb(235,208,104); }

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

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

 a { background-color: rgb(235,208,104); }

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

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

 span { border-color: rgb(235,208,104); }

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