#EFC85E

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

Shades of Golden Sand #EFC85E

Tints of Golden Sand #EFC85E

Color information

#EFC85E (or 0xEFC85E) is unknown color: approx Golden Sand. HEX triplet: EF, C8 and 5E. RGB value is (239,200,94). Sum of RGB (Red+Green+Blue) = 239+200+94=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC85E is #1037A1. Grayscale: #C8C8C8. Windows color (decimal): -1062818 or 6211823. OLE color: 6211823.

HSL color Cylindrical-coordinate representation of color #EFC85E: hue angle of 43.86º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFC85E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB23920094-
CMYK00.160.610.06
HSL43.86º81.92%65.29%-
HSV(B)43.86º60.67%93.73%-
XYZ58.2760.4719.19-
YUV199.5868.42156.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 200 (78.52% from 255) = 37.52%
BLUE value IS 94 (37.11% from 255) = 17.64%
R=44.84%
G=37.52%
B=17.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392009400.160.610.0643.8681.9265.29
HexEFC85E0103D62c5241
Octal35731013602075654122101
Binary1110111111001000101111001000011110111010110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC85E; }

 p { color: rgb(239,200,94); }

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

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

 a { background-color: rgb(239,200,94); }

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

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

 span { border-color: rgb(239,200,94); }

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