Html Css Color HEX #EDD56D Golden Sand

📋 copy color: '#EDD56D'

red 237 ◦ green 213 ◦ blue 109

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

Shades of Golden Sand #EDD56D

Tints of Golden Sand #EDD56D

RGB

 RED value IS 237 (92.97% from 255) = 42.4%

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

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

R = 42.4%
G = 38.1%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDD56D (or 0xEDD56D) is known color: Golden Sand. HEX triplet: ED, D5 and 6D. RGB value is (237,213,109). Sum of RGB (Red+Green+Blue) = 237+213+109=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD56D is #122A92. Grayscale: #D0D0D0. Windows color (decimal): -1190547 or 7198189. OLE color: 7198189.

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

Color convert

RGB 237 213 109 -
CMYK 0 0.10 0.54 0.07
HSL 48.75º 0.78% 0.68% -
HSV(B) 48.75º 0.54% 0.93% -
XYZ 61.48 66.7 24.1 -
YUV 208.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 237 213 109 0 0.10 0.54 0.07 48.75 0.78 0.68
Hex ED D5 6D 0 A 36 7 31 4E 44
Octal 355 325 155 0 12 66 7 61 116 104
Binary 11101101 11010101 1101101 0 1010 110110 111 110001 1001110 1000100

Color Harmonies of #EDD56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD56D

Black with #EDD56D

Text Example


Text Example

White with #EDD56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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