#EBC76F

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

Shades of Golden Sand #EBC76F

Tints of Golden Sand #EBC76F

Color information

#EBC76F (or 0xEBC76F) is unknown color: approx Golden Sand. HEX triplet: EB, C7 and 6F. RGB value is (235,199,111). Sum of RGB (Red+Green+Blue) = 235+199+111=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC76F is #143890. Grayscale: #C8C8C8. Windows color (decimal): -1325201 or 7325675. OLE color: 7325675.

HSL color Cylindrical-coordinate representation of color #EBC76F: hue angle of 42.58º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBC76F is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB235199111-
CMYK00.150.530.08
HSL42.58º75.61%67.84%-
HSV(B)42.58º52.77%92.16%-
XYZ57.5559.6623.52-
YUV199.7377.93153.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 111 (43.75% from 255) = 20.37%
R=43.12%
G=36.51%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519911100.150.530.0842.5875.6167.84
HexEBC76F0F3582b4c44
Octal353307157017651053114104
Binary1110101111000111110111101111110101100010101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC76F; }

 p { color: rgb(235,199,111); }

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

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

 a { background-color: rgb(235,199,111); }

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

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

 span { border-color: rgb(235,199,111); }

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