#EDD96A

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

Shades of Golden Sand #EDD96A

Tints of Golden Sand #EDD96A

Color information

#EDD96A (or 0xEDD96A) is unknown color: approx Golden Sand. HEX triplet: ED, D9 and 6A. RGB value is (237,217,106). Sum of RGB (Red+Green+Blue) = 237+217+106=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD96A is #122695. Grayscale: #D2D2D2. Windows color (decimal): -1189526 or 7002605. OLE color: 7002605.

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

Color convert

RGB237217106-
CMYK00.080.550.07
HSL50.84º78.44%67.25%-
HSV(B)50.84º55.27%92.94%-
XYZ62.3468.6723.6-
YUV210.3369.13147.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 217 (85.16% from 255) = 38.75%
BLUE value IS 106 (41.80% from 255) = 18.93%
R=42.32%
G=38.75%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721710600.080.550.0750.8478.4467.25
HexEDD96A08377334e43
Octal35533115201067763116103
Binary111011011101100111010100100011011111111001110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD96A; }

 p { color: rgb(237,217,106); }

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

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

 a { background-color: rgb(237,217,106); }

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

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

 span { border-color: rgb(237,217,106); }

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