#EDC86A

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

Shades of Golden Sand #EDC86A

Tints of Golden Sand #EDC86A

Color information

#EDC86A (or 0xEDC86A) is unknown color: approx Golden Sand. HEX triplet: ED, C8 and 6A. RGB value is (237,200,106). Sum of RGB (Red+Green+Blue) = 237+200+106=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC86A is #123795. Grayscale: #C8C8C8. Windows color (decimal): -1193878 or 6998253. OLE color: 6998253.

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

Color convert

RGB237200106-
CMYK00.160.550.07
HSL43.05º78.44%67.25%-
HSV(B)43.05º55.27%92.94%-
XYZ58.1860.3522.22-
YUV200.3574.76154.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 200 (78.52% from 255) = 36.83%
BLUE value IS 106 (41.80% from 255) = 19.52%
R=43.65%
G=36.83%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720010600.160.550.0743.0578.4467.25
HexEDC86A0103772b4e43
Octal35531015202067753116103
Binary1110110111001000110101001000011011111110101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC86A; }

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

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

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

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

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

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

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

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