#EBCB69

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

Shades of Golden Sand #EBCB69

Tints of Golden Sand #EBCB69

Color information

#EBCB69 (or 0xEBCB69) is unknown color: approx Golden Sand. HEX triplet: EB, CB and 69. RGB value is (235,203,105). Sum of RGB (Red+Green+Blue) = 235+203+105=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB69 is #143496. Grayscale: #C9C9C9. Windows color (decimal): -1324183 or 6933483. OLE color: 6933483.

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

Color convert

RGB235203105-
CMYK00.140.550.08
HSL45.23º76.47%66.67%-
HSV(B)45.23º55.32%92.16%-
XYZ58.1761.3922.15-
YUV201.473.6151.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 203 (79.69% from 255) = 37.38%
BLUE value IS 105 (41.41% from 255) = 19.34%
R=43.28%
G=37.38%
B=19.34%

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
Decimal23520310500.140.550.0845.2376.4766.67
HexEBCB690E3782d4c43
Octal353313151016671055114103
Binary1110101111001011110100101110110111100010110110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCB69; }

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

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

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

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

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

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

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

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