Html Css Color HEX #EED56D Golden Sand

📋 copy color: '#EED56D'

red 238 ◦ green 213 ◦ blue 109

#EED56D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #EED56D

Tints of Golden Sand #EED56D

RGB

 RED value IS 238 (93.36% from 255) = 42.5%

 GREEN value IS 213 (83.59% from 255) = 38.04%

 BLUE value IS 109 (42.97% from 255) = 19.46%

R = 42.5%
G = 38.04%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EED56D (or 0xEED56D) is known color: Golden Sand. HEX triplet: EE, D5 and 6D. RGB value is (238,213,109). Sum of RGB (Red+Green+Blue) = 238+213+109=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EED56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED56D is #112A92. Grayscale: #D1D1D1. Windows color (decimal): -1125011 or 7198190. OLE color: 7198190.

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

Color convert

RGB 238 213 109 -
CMYK 0 0.11 0.54 0.07
HSL 48.37º 0.79% 0.68% -
HSV(B) 48.37º 0.54% 0.93% -
XYZ 61.81 66.87 24.12 -
YUV 208.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 238 213 109 0 0.11 0.54 0.07 48.37 0.79 0.68
Hex EE D5 6D 0 B 36 7 30 4F 44
Octal 356 325 155 0 13 66 7 60 117 104
Binary 11101110 11010101 1101101 0 1011 110110 111 110000 1001111 1000100

Color Harmonies of #EED56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED56D

Black with #EED56D

Text Example


Text Example

White with #EED56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED56D; }

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

 H1.HeaderClassName
 {
   color: #EED56D;
 }
 .AnyTagClassName
 {
   color: #EED56D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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