#EBCA5D

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

Shades of Golden Sand #EBCA5D

Tints of Golden Sand #EBCA5D

Color information

#EBCA5D (or 0xEBCA5D) is unknown color: approx Golden Sand. HEX triplet: EB, CA and 5D. RGB value is (235,202,93). Sum of RGB (Red+Green+Blue) = 235+202+93=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCA5D is #1435A2. Grayscale: #C7C7C7. Windows color (decimal): -1324451 or 6146795. OLE color: 6146795.

HSL color Cylindrical-coordinate representation of color #EBCA5D: hue angle of 46.06º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBCA5D is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23520293-
CMYK00.140.600.08
HSL46.06º78.02%64.31%-
HSV(B)46.06º60.43%92.16%-
XYZ57.3660.6919.05-
YUV199.4467.93153.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.34%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 93 (36.72% from 255) = 17.55%
R=44.34%
G=38.11%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352029300.140.600.0846.0678.0264.31
HexEBCA5D0E3C82e4e40
Octal353312135016741056116100
Binary1110101111001010101110101110111100100010111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA5D; }

 p { color: rgb(235,202,93); }

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

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

 a { background-color: rgb(235,202,93); }

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

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

 span { border-color: rgb(235,202,93); }

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