#EDDD68

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

Shades of Golden Sand #EDDD68

Tints of Golden Sand #EDDD68

Color information

#EDDD68 (or 0xEDDD68) is unknown color: approx Golden Sand. HEX triplet: ED, DD and 68. RGB value is (237,221,104). Sum of RGB (Red+Green+Blue) = 237+221+104=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD68 is #122297. Grayscale: #D4D4D4. Windows color (decimal): -1188504 or 6872557. OLE color: 6872557.

HSL color Cylindrical-coordinate representation of color #EDDD68: hue angle of 52.78º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDDD68 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB237221104-
CMYK00.070.560.07
HSL52.78º78.7%66.86%-
HSV(B)52.78º56.12%92.94%-
XYZ63.2870.7223.41-
YUV212.4566.8145.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 104 (41.02% from 255) = 18.51%
R=42.17%
G=39.32%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722110400.070.560.0752.7878.766.86
HexEDDD6807387354f43
Octal3553351500770765117103
Binary11101101110111011101000011111100011111010110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD68; }

 p { color: rgb(237,221,104); }

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

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

 a { background-color: rgb(237,221,104); }

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

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

 span { border-color: rgb(237,221,104); }

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