#efdc69

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

Shades of Golden Sand #EFDC69

Tints of Golden Sand #EFDC69

Color information

#EFDC69 (or 0xEFDC69) is unknown color: approx Golden Sand. HEX triplet: EF, DC and 69. RGB value is (239,220,105). Sum of RGB (Red+Green+Blue) = 239+220+105=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 105 (41.41% from 255 or 18.62% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC69 is #102396. Grayscale: #D5D5D5. Windows color (decimal): -1057687 or 6937839. OLE color: 6937839.

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

Color convert

RGB239220105-
CMYK00.080.560.06
HSL51.49º80.72%67.45%-
HSV(B)51.49º56.07%93.73%-
XYZ63.7470.5623.62-
YUV212.5767.29146.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 105 (41.41% from 255) = 18.62%
R=42.38%
G=39.01%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922010500.080.560.0651.4980.7267.45
HexEFDC6908386335143
Octal35733415101070663121103
Binary111011111101110011010010100011100011011001110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efdc69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efdc69; }

 p { color: rgb(239,220,105); }

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

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

 a { background-color: rgb(239,220,105); }

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

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

 span { border-color: rgb(239,220,105); }

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