Html Css Color HEX #EDD86D Golden Sand

📋 copy color: '#EDD86D'

red 237 ◦ green 216 ◦ blue 109

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

Shades of Golden Sand #EDD86D

Tints of Golden Sand #EDD86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.43%

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

R = 42.17%
G = 38.43%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDD86D (or 0xEDD86D) is known color: Golden Sand. HEX triplet: ED, D8 and 6D. RGB value is (237,216,109). Sum of RGB (Red+Green+Blue) = 237+216+109=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD86D is #122792. Grayscale: #D2D2D2. Windows color (decimal): -1189779 or 7198957. OLE color: 7198957.

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

Color convert

RGB 237 216 109 -
CMYK 0 0.09 0.54 0.07
HSL 50.16º 0.78% 0.68% -
HSV(B) 50.16º 0.54% 0.93% -
XYZ 62.24 68.22 24.36 -
YUV 210.08 70.96 147.2 -
System Red Green Blue C M Y K H S L
Decimal 237 216 109 0 0.09 0.54 0.07 50.16 0.78 0.68
Hex ED D8 6D 0 9 36 7 32 4E 44
Octal 355 330 155 0 11 66 7 62 116 104
Binary 11101101 11011000 1101101 0 1001 110110 111 110010 1001110 1000100

Color Harmonies of #EDD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD86D

Black with #EDD86D

Text Example


Text Example

White with #EDD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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