#EBCB6F

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

Shades of Golden Sand #EBCB6F

Tints of Golden Sand #EBCB6F

Color information

#EBCB6F (or 0xEBCB6F) is unknown color: approx Golden Sand. HEX triplet: EB, CB and 6F. RGB value is (235,203,111). Sum of RGB (Red+Green+Blue) = 235+203+111=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB6F is #143490. Grayscale: #CACACA. Windows color (decimal): -1324177 or 7326699. OLE color: 7326699.

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

Color convert

RGB235203111-
CMYK00.140.530.08
HSL44.52º75.61%67.84%-
HSV(B)44.52º52.77%92.16%-
XYZ58.4961.5223.83-
YUV202.0876.6151.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 111 (43.75% from 255) = 20.22%
R=42.81%
G=36.98%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520311100.140.530.0844.5275.6167.84
HexEBCB6F0E3582d4c44
Octal353313157016651055114104
Binary1110101111001011110111101110110101100010110110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCB6F; }

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

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

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

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

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

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

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

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