#EED361

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

Shades of Golden Sand #EED361

Tints of Golden Sand #EED361

Color information

#EED361 (or 0xEED361) is unknown color: approx Golden Sand. HEX triplet: EE, D3 and 61. RGB value is (238,211,97). Sum of RGB (Red+Green+Blue) = 238+211+97=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EED361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED361 is #112C9E. Grayscale: #CECECE. Windows color (decimal): -1125535 or 6411246. OLE color: 6411246.

HSL color Cylindrical-coordinate representation of color #EED361: hue angle of 48.51º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EED361 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23821197-
CMYK00.110.590.07
HSL48.51º80.57%65.69%-
HSV(B)48.51º59.24%93.33%-
XYZ60.7165.6320.78-
YUV206.0866.45150.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.59%
GREEN value IS 211 (82.81% from 255) = 38.64%
BLUE value IS 97 (38.28% from 255) = 17.77%
R=43.59%
G=38.64%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382119700.110.590.0748.5180.5765.69
HexEED3610B3B7315142
Octal35632314101373761121102
Binary111011101101001111000010101111101111111000110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED361; }

 p { color: rgb(238,211,97); }

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

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

 a { background-color: rgb(238,211,97); }

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

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

 span { border-color: rgb(238,211,97); }

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