#EED26D

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

Shades of Golden Sand #EED26D

Tints of Golden Sand #EED26D

Color information

#EED26D (or 0xEED26D) is unknown color: approx Golden Sand. HEX triplet: EE, D2 and 6D. RGB value is (238,210,109). Sum of RGB (Red+Green+Blue) = 238+210+109=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EED26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED26D is #112D92. Grayscale: #CFCFCF. Windows color (decimal): -1125779 or 7197422. OLE color: 7197422.

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

Color convert

RGB238210109-
CMYK00.120.540.07
HSL46.98º79.14%68.04%-
HSV(B)46.98º54.2%93.33%-
XYZ61.0765.3723.87-
YUV206.8672.78150.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.73%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 109 (42.97% from 255) = 19.57%
R=42.73%
G=37.70%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821010900.120.540.0746.9879.1468.04
HexEED26D0C3672f4f44
Octal35632215501466757117104
Binary111011101101001011011010110011011011110111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED26D; }

 p { color: rgb(238,210,109); }

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

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

 a { background-color: rgb(238,210,109); }

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

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

 span { border-color: rgb(238,210,109); }

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