#EBC969

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

Shades of Golden Sand #EBC969

Tints of Golden Sand #EBC969

Color information

#EBC969 (or 0xEBC969) is unknown color: approx Golden Sand. HEX triplet: EB, C9 and 69. RGB value is (235,201,105). Sum of RGB (Red+Green+Blue) = 235+201+105=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC969 is #143696. Grayscale: #C8C8C8. Windows color (decimal): -1324695 or 6932971. OLE color: 6932971.

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

Color convert

RGB235201105-
CMYK00.140.550.08
HSL44.31º76.47%66.67%-
HSV(B)44.31º55.32%92.16%-
XYZ57.760.4621.99-
YUV200.2274.26152.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 201 (78.91% from 255) = 37.15%
BLUE value IS 105 (41.41% from 255) = 19.41%
R=43.44%
G=37.15%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520110500.140.550.0844.3176.4766.67
HexEBC9690E3782c4c43
Octal353311151016671054114103
Binary1110101111001001110100101110110111100010110010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC969; }

 p { color: rgb(235,201,105); }

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

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

 a { background-color: rgb(235,201,105); }

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

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

 span { border-color: rgb(235,201,105); }

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