#EBCD75

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

Shades of Golden Sand #EBCD75

Tints of Golden Sand #EBCD75

Color information

#EBCD75 (or 0xEBCD75) is unknown color: approx Golden Sand. HEX triplet: EB, CD and 75. RGB value is (235,205,117). Sum of RGB (Red+Green+Blue) = 235+205+117=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD75 is #14328A. Grayscale: #CCCCCC. Windows color (decimal): -1323659 or 7720427. OLE color: 7720427.

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

Color convert

RGB235205117-
CMYK00.130.500.08
HSL44.75º74.68%69.02%-
HSV(B)44.75º50.21%92.16%-
XYZ59.362.6125.79-
YUV203.9478.94150.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 117 (46.09% from 255) = 21.01%
R=42.19%
G=36.80%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520511700.130.500.0844.7574.6869.02
HexEBCD750D3282d4b45
Octal353315165015621055113105
Binary1110101111001101111010101101110010100010110110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCD75; }

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

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

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

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

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

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

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

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