#EBCA6C

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

Shades of Golden Sand #EBCA6C

Tints of Golden Sand #EBCA6C

Color information

#EBCA6C (or 0xEBCA6C) is unknown color: approx Golden Sand. HEX triplet: EB, CA and 6C. RGB value is (235,202,108). Sum of RGB (Red+Green+Blue) = 235+202+108=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCA6C is #143593. Grayscale: #C9C9C9. Windows color (decimal): -1324436 or 7129835. OLE color: 7129835.

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

Color convert

RGB235202108-
CMYK00.140.540.08
HSL44.41º76.05%67.25%-
HSV(B)44.41º54.04%92.16%-
XYZ58.0960.9922.9-
YUV201.1575.43152.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 108 (42.58% from 255) = 19.82%
R=43.12%
G=37.06%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520210800.140.540.0844.4176.0567.25
HexEBCA6C0E3682c4c43
Octal353312154016661054114103
Binary1110101111001010110110001110110110100010110010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA6C; }

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

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

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

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

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

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

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

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