#efd768

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

Shades of Golden Sand #EFD768

Tints of Golden Sand #EFD768

Color information

#EFD768 (or 0xEFD768) is unknown color: approx Golden Sand. HEX triplet: EF, D7 and 68. RGB value is (239,215,104). Sum of RGB (Red+Green+Blue) = 239+215+104=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD768 is #102897. Grayscale: #D1D1D1. Windows color (decimal): -1058968 or 6871023. OLE color: 6871023.

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

Color convert

RGB239215104-
CMYK00.100.560.06
HSL49.33º80.84%67.25%-
HSV(B)49.33º56.49%93.73%-
XYZ62.467.9522.92-
YUV209.5268.45149.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 104 (41.02% from 255) = 18.64%
R=42.83%
G=38.53%
B=18.64%

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
Decimal23921510400.100.560.0649.3380.8467.25
HexEFD7680A386315143
Octal35732715001270661121103
Binary111011111101011111010000101011100011011000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efd768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efd768; }

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

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

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

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

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

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

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

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