#EBC568

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

Shades of Golden Sand #EBC568

Tints of Golden Sand #EBC568

Color information

#EBC568 (or 0xEBC568) is unknown color: approx Golden Sand. HEX triplet: EB, C5 and 68. RGB value is (235,197,104). Sum of RGB (Red+Green+Blue) = 235+197+104=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC568 is #143A97. Grayscale: #C6C6C6. Windows color (decimal): -1325720 or 6866411. OLE color: 6866411.

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

Color convert

RGB235197104-
CMYK00.160.560.08
HSL42.6º76.61%66.47%-
HSV(B)42.6º55.74%92.16%-
XYZ56.7358.5921.42-
YUV197.7675.09154.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.84%
GREEN value IS 197 (77.34% from 255) = 36.75%
BLUE value IS 104 (41.02% from 255) = 19.40%
R=43.84%
G=36.75%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519710400.160.560.0842.676.6166.47
HexEBC5680103882b4d42
Octal353305150020701053115102
Binary11101011110001011101000010000111000100010101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC568; }

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

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

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

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

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

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

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

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