#EDD46A

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

Shades of Golden Sand #EDD46A

Tints of Golden Sand #EDD46A

Color information

#EDD46A (or 0xEDD46A) is unknown color: approx Golden Sand. HEX triplet: ED, D4 and 6A. RGB value is (237,212,106). Sum of RGB (Red+Green+Blue) = 237+212+106=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD46A is #122B95. Grayscale: #CFCFCF. Windows color (decimal): -1190806 or 7001325. OLE color: 7001325.

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

Color convert

RGB237212106-
CMYK00.110.550.07
HSL48.55º78.44%67.25%-
HSV(B)48.55º55.27%92.94%-
XYZ61.0766.1323.18-
YUV207.3970.78149.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 212 (83.20% from 255) = 38.20%
BLUE value IS 106 (41.80% from 255) = 19.10%
R=42.70%
G=38.20%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721210600.110.550.0748.5578.4467.25
HexEDD46A0B377314e43
Octal35532415201367761116103
Binary111011011101010011010100101111011111111000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD46A; }

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

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

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

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

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

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

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

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