#EDD467

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

Shades of Golden Sand #EDD467

Tints of Golden Sand #EDD467

Color information

#EDD467 (or 0xEDD467) is unknown color: approx Golden Sand. HEX triplet: ED, D4 and 67. RGB value is (237,212,103). Sum of RGB (Red+Green+Blue) = 237+212+103=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD467 is #122B98. Grayscale: #CFCFCF. Windows color (decimal): -1190809 or 6804717. OLE color: 6804717.

HSL color Cylindrical-coordinate representation of color #EDD467: hue angle of 48.81º 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 #EDD467 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237212103-
CMYK00.110.570.07
HSL48.81º78.82%66.67%-
HSV(B)48.81º56.54%92.94%-
XYZ60.9266.0722.37-
YUV207.0569.28149.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 103 (40.62% from 255) = 18.66%
R=42.93%
G=38.41%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721210300.110.570.0748.8178.8266.67
HexEDD4670B397314f43
Octal35532414701371761117103
Binary111011011101010011001110101111100111111000110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD467; }

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

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

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

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

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

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

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

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