#EFDD66

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

Shades of Golden Sand #EFDD66

Tints of Golden Sand #EFDD66

Color information

#EFDD66 (or 0xEFDD66) is unknown color: approx Golden Sand. HEX triplet: EF, DD and 66. RGB value is (239,221,102). Sum of RGB (Red+Green+Blue) = 239+221+102=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 102 (40.23% from 255 or 18.15% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD66 is #102299. Grayscale: #D5D5D5. Windows color (decimal): -1057434 or 6741487. OLE color: 6741487.

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

Color convert

RGB239221102-
CMYK00.080.570.06
HSL52.12º81.07%66.86%-
HSV(B)52.12º57.32%93.73%-
XYZ63.8571.0222.91-
YUV212.8265.46146.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 102 (40.23% from 255) = 18.15%
R=42.53%
G=39.32%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922110200.080.570.0652.1281.0766.86
HexEFDD6608396345143
Octal35733514601071664121103
Binary111011111101110111001100100011100111011010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDD66; }

 p { color: rgb(239,221,102); }

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

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

 a { background-color: rgb(239,221,102); }

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

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

 span { border-color: rgb(239,221,102); }

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