#EFD868

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

Shades of Golden Sand #EFD868

Tints of Golden Sand #EFD868

Color information

#EFD868 (or 0xEFD868) is unknown color: approx Golden Sand. HEX triplet: EF, D8 and 68. RGB value is (239,216,104). Sum of RGB (Red+Green+Blue) = 239+216+104=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD868 is #102797. Grayscale: #D2D2D2. Windows color (decimal): -1058712 or 6871279. OLE color: 6871279.

HSL color Cylindrical-coordinate representation of color #EFD868: hue angle of 49.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFD868 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239216104-
CMYK00.100.560.06
HSL49.78º80.84%67.25%-
HSV(B)49.78º56.49%93.73%-
XYZ62.6568.4623.01-
YUV210.1168.12148.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 104 (41.02% from 255) = 18.60%
R=42.75%
G=38.64%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921610400.100.560.0649.7880.8467.25
HexEFD8680A386325143
Octal35733015001270662121103
Binary111011111101100011010000101011100011011001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD868; }

 p { color: rgb(239,216,104); }

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

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

 a { background-color: rgb(239,216,104); }

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

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

 span { border-color: rgb(239,216,104); }

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