#E5D667

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

Shades of Golden Sand #E5D667

Tints of Golden Sand #E5D667

Color information

#E5D667 (or 0xE5D667) is unknown color: approx Golden Sand. HEX triplet: E5, D6 and 67. RGB value is (229,214,103). Sum of RGB (Red+Green+Blue) = 229+214+103=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D667 is #1A2998. Grayscale: #CECECE. Windows color (decimal): -1714585 or 6805221. OLE color: 6805221.

HSL color Cylindrical-coordinate representation of color #E5D667: hue angle of 52.86º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5D667 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB229214103-
CMYK00.070.550.10
HSL52.86º70.79%65.1%-
HSV(B)52.86º55.02%89.8%-
XYZ58.8165.7322.42-
YUV205.8369.97144.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.94%
GREEN value IS 214 (83.98% from 255) = 39.19%
BLUE value IS 103 (40.62% from 255) = 18.86%
R=41.94%
G=39.19%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921410300.070.550.1052.8670.7965.1
HexE5D6670737A354741
Octal34532614707671265107101
Binary111001011101011011001110111110111101011010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D667; }

 p { color: rgb(229,214,103); }

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

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

 a { background-color: rgb(229,214,103); }

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

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

 span { border-color: rgb(229,214,103); }

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