#ebd567

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

Shades of Golden Sand #EBD567

Tints of Golden Sand #EBD567

Color information

#EBD567 (or 0xEBD567) is unknown color: approx Golden Sand. HEX triplet: EB, D5 and 67. RGB value is (235,213,103). Sum of RGB (Red+Green+Blue) = 235+213+103=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD567 is #142A98. Grayscale: #CFCFCF. Windows color (decimal): -1321625 or 6804971. OLE color: 6804971.

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

Color convert

RGB235213103-
CMYK00.090.560.08
HSL50º76.74%66.27%-
HSV(B)50º56.17%92.16%-
XYZ60.566.2322.43-
YUV207.0469.29147.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 103 (40.62% from 255) = 18.69%
R=42.65%
G=38.66%
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
Decimal23521310300.090.560.085076.7466.27
HexEBD56709388324d42
Octal353325147011701062115102
Binary1110101111010101110011101001111000100011001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebd567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebd567; }

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

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

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

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

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

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

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

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