#EDC46A

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

Shades of Golden Sand #EDC46A

Tints of Golden Sand #EDC46A

Color information

#EDC46A (or 0xEDC46A) is unknown color: approx Golden Sand. HEX triplet: ED, C4 and 6A. RGB value is (237,196,106). Sum of RGB (Red+Green+Blue) = 237+196+106=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC46A is #123B95. Grayscale: #C6C6C6. Windows color (decimal): -1194902 or 6997229. OLE color: 6997229.

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

Color convert

RGB237196106-
CMYK00.170.550.07
HSL41.22º78.44%67.25%-
HSV(B)41.22º55.27%92.94%-
XYZ57.2758.5221.91-
YUV19876.08155.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 106 (41.80% from 255) = 19.67%
R=43.97%
G=36.36%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719610600.170.550.0741.2278.4467.25
HexEDC46A011377294e43
Octal35530415202167751116103
Binary1110110111000100110101001000111011111110100110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC46A; }

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

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

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

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

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

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

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

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