#EBCC69

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

Shades of Golden Sand #EBCC69

Tints of Golden Sand #EBCC69

Color information

#EBCC69 (or 0xEBCC69) is unknown color: approx Golden Sand. HEX triplet: EB, CC and 69. RGB value is (235,204,105). Sum of RGB (Red+Green+Blue) = 235+204+105=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC69 is #143396. Grayscale: #CACACA. Windows color (decimal): -1323927 or 6933739. OLE color: 6933739.

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

Color convert

RGB235204105-
CMYK00.130.550.08
HSL45.69º76.47%66.67%-
HSV(B)45.69º55.32%92.16%-
XYZ58.461.8722.23-
YUV201.9873.27151.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=43.20%
G=37.5%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520410500.130.550.0845.6976.4766.67
HexEBCC690D3782e4c43
Octal353314151015671056114103
Binary1110101111001100110100101101110111100010111010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC69; }

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

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

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

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

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

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

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

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