#EDCA6A

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

Shades of Golden Sand #EDCA6A

Tints of Golden Sand #EDCA6A

Color information

#EDCA6A (or 0xEDCA6A) is unknown color: approx Golden Sand. HEX triplet: ED, CA and 6A. RGB value is (237,202,106). Sum of RGB (Red+Green+Blue) = 237+202+106=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA6A is #123595. Grayscale: #C9C9C9. Windows color (decimal): -1193366 or 6998765. OLE color: 6998765.

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

Color convert

RGB237202106-
CMYK00.150.550.07
HSL43.97º78.44%67.25%-
HSV(B)43.97º55.27%92.94%-
XYZ58.6561.2922.37-
YUV201.5274.1153.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 106 (41.80% from 255) = 19.45%
R=43.49%
G=37.06%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720210600.150.550.0743.9778.4467.25
HexEDCA6A0F3772c4e43
Octal35531215201767754116103
Binary111011011100101011010100111111011111110110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA6A; }

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

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

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

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

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

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

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

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