#EFD968

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

Shades of Golden Sand #EFD968

Tints of Golden Sand #EFD968

Color information

#EFD968 (or 0xEFD968) is unknown color: approx Golden Sand. HEX triplet: EF, D9 and 68. RGB value is (239,217,104). Sum of RGB (Red+Green+Blue) = 239+217+104=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD968 is #102697. Grayscale: #D3D3D3. Windows color (decimal): -1058456 or 6871535. OLE color: 6871535.

HSL color Cylindrical-coordinate representation of color #EFD968: hue angle of 50.22º 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 #EFD968 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239217104-
CMYK00.090.560.06
HSL50.22º80.84%67.25%-
HSV(B)50.22º56.49%93.73%-
XYZ62.9168.9823.09-
YUV210.767.79148.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 217 (85.16% from 255) = 38.75%
BLUE value IS 104 (41.02% from 255) = 18.57%
R=42.68%
G=38.75%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921710400.090.560.0650.2280.8467.25
HexEFD96809386325143
Octal35733115001170662121103
Binary111011111101100111010000100111100011011001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD968; }

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

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

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

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

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

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

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

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