Html Css Color HEX #EDD36D Golden Sand

📋 copy color: '#EDD36D'

red 237 ◦ green 211 ◦ blue 109

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

Shades of Golden Sand #EDD36D

Tints of Golden Sand #EDD36D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.88%

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

R = 42.55%
G = 37.88%
B = 19.57%

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

#EDD36D (or 0xEDD36D) is known color: Golden Sand. HEX triplet: ED, D3 and 6D. RGB value is (237,211,109). Sum of RGB (Red+Green+Blue) = 237+211+109=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD36D is #122C92. Grayscale: #CFCFCF. Windows color (decimal): -1191059 or 7197677. OLE color: 7197677.

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

Color convert

RGB 237 211 109 -
CMYK 0 0.11 0.54 0.07
HSL 47.81º 0.78% 0.68% -
HSV(B) 47.81º 0.54% 0.93% -
XYZ 60.98 65.7 23.93 -
YUV 207.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 237 211 109 0 0.11 0.54 0.07 47.81 0.78 0.68
Hex ED D3 6D 0 B 36 7 30 4E 44
Octal 355 323 155 0 13 66 7 60 116 104
Binary 11101101 11010011 1101101 0 1011 110110 111 110000 1001110 1000100

Color Harmonies of #EDD36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD36D

Black with #EDD36D

Text Example


Text Example

White with #EDD36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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