#EBCE75

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

Shades of Golden Sand #EBCE75

Tints of Golden Sand #EBCE75

Color information

#EBCE75 (or 0xEBCE75) is unknown color: approx Golden Sand. HEX triplet: EB, CE and 75. RGB value is (235,206,117). Sum of RGB (Red+Green+Blue) = 235+206+117=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCE75 is #14318A. Grayscale: #CCCCCC. Windows color (decimal): -1323403 or 7720683. OLE color: 7720683.

HSL color Cylindrical-coordinate representation of color #EBCE75: hue angle of 45.25º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBCE75 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB235206117-
CMYK00.120.500.08
HSL45.25º74.68%69.02%-
HSV(B)45.25º50.21%92.16%-
XYZ59.5463.0925.87-
YUV204.5278.61149.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 117 (46.09% from 255) = 20.97%
R=42.11%
G=36.92%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520611700.120.500.0845.2574.6869.02
HexEBCE750C3282d4b45
Octal353316165014621055113105
Binary1110101111001110111010101100110010100010110110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCE75; }

 p { color: rgb(235,206,117); }

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

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

 a { background-color: rgb(235,206,117); }

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

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

 span { border-color: rgb(235,206,117); }

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