Html Css Color HEX #EDD06D Golden Sand

📋 copy color: '#EDD06D'

red 237 ◦ green 208 ◦ blue 109

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

Shades of Golden Sand #EDD06D

Tints of Golden Sand #EDD06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.55%

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

R = 42.78%
G = 37.55%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDD06D (or 0xEDD06D) is known color: Golden Sand. HEX triplet: ED, D0 and 6D. RGB value is (237,208,109). Sum of RGB (Red+Green+Blue) = 237+208+109=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD06D is #122F92. Grayscale: #CDCDCD. Windows color (decimal): -1191827 or 7196909. OLE color: 7196909.

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

Color convert

RGB 237 208 109 -
CMYK 0 0.12 0.54 0.07
HSL 46.41º 0.78% 0.68% -
HSV(B) 46.41º 0.54% 0.93% -
XYZ 60.24 64.22 23.69 -
YUV 205.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 237 208 109 0 0.12 0.54 0.07 46.41 0.78 0.68
Hex ED D0 6D 0 C 36 7 2E 4E 44
Octal 355 320 155 0 14 66 7 56 116 104
Binary 11101101 11010000 1101101 0 1100 110110 111 101110 1001110 1000100

Color Harmonies of #EDD06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD06D

Black with #EDD06D

Text Example


Text Example

White with #EDD06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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