#e6d667

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

Shades of Golden Sand #E6D667

Tints of Golden Sand #E6D667

Color information

#E6D667 (or 0xE6D667) is unknown color: approx Golden Sand. HEX triplet: E6, D6 and 67. RGB value is (230,214,103). Sum of RGB (Red+Green+Blue) = 230+214+103=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D667 is #192998. Grayscale: #CECECE. Windows color (decimal): -1649049 or 6805222. OLE color: 6805222.

HSL color Cylindrical-coordinate representation of color #E6D667: hue angle of 52.44º degrees, saturation: 0.72, 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 #E6D667 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB230214103-
CMYK00.070.550.10
HSL52.44º71.75%65.29%-
HSV(B)52.44º55.22%90.2%-
XYZ59.1365.922.43-
YUV206.1369.8145.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 103 (40.62% from 255) = 18.83%
R=42.05%
G=39.12%
B=18.83%

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
Decimal23021410300.070.550.1052.4471.7565.29
HexE6D6670737A344841
Octal34632614707671264110101
Binary111001101101011011001110111110111101011010010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6d667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6d667; }

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

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

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

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

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

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

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

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