Html Css Color HEX #EDD46D Golden Sand

📋 copy color: '#EDD46D'

red 237 ◦ green 212 ◦ blue 109

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

Shades of Golden Sand #EDD46D

Tints of Golden Sand #EDD46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.99%

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

R = 42.47%
G = 37.99%
B = 19.53%

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

#EDD46D (or 0xEDD46D) is known color: Golden Sand. HEX triplet: ED, D4 and 6D. RGB value is (237,212,109). Sum of RGB (Red+Green+Blue) = 237+212+109=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD46D is #122B92. Grayscale: #D0D0D0. Windows color (decimal): -1190803 or 7197933. OLE color: 7197933.

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

Color convert

RGB 237 212 109 -
CMYK 0 0.11 0.54 0.07
HSL 48.28º 0.78% 0.68% -
HSV(B) 48.28º 0.54% 0.93% -
XYZ 61.23 66.2 24.02 -
YUV 207.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 237 212 109 0 0.11 0.54 0.07 48.28 0.78 0.68
Hex ED D4 6D 0 B 36 7 30 4E 44
Octal 355 324 155 0 13 66 7 60 116 104
Binary 11101101 11010100 1101101 0 1011 110110 111 110000 1001110 1000100

Color Harmonies of #EDD46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD46D

Black with #EDD46D

Text Example


Text Example

White with #EDD46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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