#EDC569

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

Shades of Golden Sand #EDC569

Tints of Golden Sand #EDC569

Color information

#EDC569 (or 0xEDC569) is unknown color: approx Golden Sand. HEX triplet: ED, C5 and 69. RGB value is (237,197,105). Sum of RGB (Red+Green+Blue) = 237+197+105=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC569 is #123A96. Grayscale: #C6C6C6. Windows color (decimal): -1194647 or 6931949. OLE color: 6931949.

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

Color convert

RGB237197105-
CMYK00.170.560.07
HSL41.82º78.57%67.06%-
HSV(B)41.82º55.7%92.94%-
XYZ57.4458.9621.72-
YUV198.4775.25155.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 197 (77.34% from 255) = 36.55%
BLUE value IS 105 (41.41% from 255) = 19.48%
R=43.97%
G=36.55%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719710500.170.560.0741.8278.5767.06
HexEDC5690113872a4f43
Octal35530515102170752117103
Binary1110110111000101110100101000111100011110101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC569; }

 p { color: rgb(237,197,105); }

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

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

 a { background-color: rgb(237,197,105); }

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

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

 span { border-color: rgb(237,197,105); }

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