#EFD276

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

Shades of Golden Sand #EFD276

Tints of Golden Sand #EFD276

Color information

#EFD276 (or 0xEFD276) is unknown color: approx Golden Sand. HEX triplet: EF, D2 and 76. RGB value is (239,210,118). Sum of RGB (Red+Green+Blue) = 239+210+118=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD276 is #102D89. Grayscale: #D0D0D0. Windows color (decimal): -1060234 or 7787247. OLE color: 7787247.

HSL color Cylindrical-coordinate representation of color #EFD276: hue angle of 45.62º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFD276 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239210118-
CMYK00.120.510.06
HSL45.62º79.08%70%-
HSV(B)45.62º50.63%93.73%-
XYZ61.9165.7526.57-
YUV208.1877.11149.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 210 (82.42% from 255) = 37.04%
BLUE value IS 118 (46.48% from 255) = 20.81%
R=42.15%
G=37.04%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921011800.120.510.0645.6279.0870
HexEFD2760C3362e4f46
Octal35732216601463656117106
Binary111011111101001011101100110011001111010111010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD276; }

 p { color: rgb(239,210,118); }

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

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

 a { background-color: rgb(239,210,118); }

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

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

 span { border-color: rgb(239,210,118); }

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