#EBC464

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

Shades of Golden Sand #EBC464

Tints of Golden Sand #EBC464

Color information

#EBC464 (or 0xEBC464) is unknown color: approx Golden Sand. HEX triplet: EB, C4 and 64. RGB value is (235,196,100). Sum of RGB (Red+Green+Blue) = 235+196+100=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC464 is #143B9B. Grayscale: #C5C5C5. Windows color (decimal): -1325980 or 6604011. OLE color: 6604011.

HSL color Cylindrical-coordinate representation of color #EBC464: hue angle of 42.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBC464 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB235196100-
CMYK00.170.570.08
HSL42.67º77.14%65.69%-
HSV(B)42.67º57.45%92.16%-
XYZ56.358.0620.3-
YUV196.7273.42155.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 196 (76.95% from 255) = 36.91%
BLUE value IS 100 (39.45% from 255) = 18.83%
R=44.26%
G=36.91%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519610000.170.570.0842.6777.1465.69
HexEBC4640113982b4d42
Octal353304144021711053115102
Binary11101011110001001100100010001111001100010101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC464; }

 p { color: rgb(235,196,100); }

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

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

 a { background-color: rgb(235,196,100); }

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

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

 span { border-color: rgb(235,196,100); }

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