#EFD66B

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

Shades of Golden Sand #EFD66B

Tints of Golden Sand #EFD66B

Color information

#EFD66B (or 0xEFD66B) is unknown color: approx Golden Sand. HEX triplet: EF, D6 and 6B. RGB value is (239,214,107). Sum of RGB (Red+Green+Blue) = 239+214+107=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD66B is #102994. Grayscale: #D1D1D1. Windows color (decimal): -1059221 or 7067375. OLE color: 7067375.

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

Color convert

RGB239214107-
CMYK00.100.550.06
HSL48.64º80.49%67.84%-
HSV(B)48.64º55.23%93.73%-
XYZ62.367.5123.66-
YUV209.2870.28149.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 107 (42.19% from 255) = 19.11%
R=42.68%
G=38.21%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921410700.100.550.0648.6480.4967.84
HexEFD66B0A376315044
Octal35732615301267661120104
Binary111011111101011011010110101011011111011000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD66B; }

 p { color: rgb(239,214,107); }

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

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

 a { background-color: rgb(239,214,107); }

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

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

 span { border-color: rgb(239,214,107); }

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