#EDCE6A

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

Shades of Golden Sand #EDCE6A

Tints of Golden Sand #EDCE6A

Color information

#EDCE6A (or 0xEDCE6A) is unknown color: approx Golden Sand. HEX triplet: ED, CE and 6A. RGB value is (237,206,106). Sum of RGB (Red+Green+Blue) = 237+206+106=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE6A is #123195. Grayscale: #CCCCCC. Windows color (decimal): -1192342 or 6999789. OLE color: 6999789.

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

Color convert

RGB237206106-
CMYK00.130.550.07
HSL45.8º78.44%67.25%-
HSV(B)45.8º55.27%92.94%-
XYZ59.663.1922.69-
YUV203.8772.77151.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 106 (41.80% from 255) = 19.31%
R=43.17%
G=37.52%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720610600.130.550.0745.878.4467.25
HexEDCE6A0D3772e4e43
Octal35531615201567756116103
Binary111011011100111011010100110111011111110111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE6A; }

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

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

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

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

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

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

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

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