#EDDD67

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

Shades of Golden Sand #EDDD67

Tints of Golden Sand #EDDD67

Color information

#EDDD67 (or 0xEDDD67) is unknown color: approx Golden Sand. HEX triplet: ED, DD and 67. RGB value is (237,221,103). Sum of RGB (Red+Green+Blue) = 237+221+103=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD67 is #122298. Grayscale: #D4D4D4. Windows color (decimal): -1188505 or 6807021. OLE color: 6807021.

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

Color convert

RGB237221103-
CMYK00.070.570.07
HSL52.84º78.82%66.67%-
HSV(B)52.84º56.54%92.94%-
XYZ63.2370.723.15-
YUV212.3366.3145.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 103 (40.62% from 255) = 18.36%
R=42.25%
G=39.39%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722110300.070.570.0752.8478.8266.67
HexEDDD6707397354f43
Octal3553351470771765117103
Binary11101101110111011100111011111100111111010110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD67; }

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

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

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

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

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

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

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

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