#EDC46D

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

Shades of Golden Sand #EDC46D

Tints of Golden Sand #EDC46D

Color information

#EDC46D (or 0xEDC46D) is unknown color: approx Golden Sand. HEX triplet: ED, C4 and 6D. RGB value is (237,196,109). Sum of RGB (Red+Green+Blue) = 237+196+109=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC46D is #123B92. Grayscale: #C6C6C6. Windows color (decimal): -1194899 or 7193837. OLE color: 7193837.

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

Color convert

RGB237196109-
CMYK00.170.540.07
HSL40.78º78.05%67.84%-
HSV(B)40.78º54.01%92.94%-
XYZ57.4358.5922.75-
YUV198.3477.58155.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 196 (76.95% from 255) = 36.16%
BLUE value IS 109 (42.97% from 255) = 20.11%
R=43.73%
G=36.16%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719610900.170.540.0740.7878.0567.84
HexEDC46D011367294e44
Octal35530415502166751116104
Binary1110110111000100110110101000111011011110100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC46D; }

 p { color: rgb(237,196,109); }

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

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

 a { background-color: rgb(237,196,109); }

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

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

 span { border-color: rgb(237,196,109); }

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