Html Css Color HEX #EDC66D Golden Sand

📋 copy color: '#EDC66D'

red 237 ◦ green 198 ◦ blue 109

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

Shades of Golden Sand #EDC66D

Tints of Golden Sand #EDC66D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.4%

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

R = 43.57%
G = 36.4%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDC66D (or 0xEDC66D) is known color: Golden Sand. HEX triplet: ED, C6 and 6D. RGB value is (237,198,109). Sum of RGB (Red+Green+Blue) = 237+198+109=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC66D is #123992. Grayscale: #C7C7C7. Windows color (decimal): -1194387 or 7194349. OLE color: 7194349.

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

Color convert

RGB 237 198 109 -
CMYK 0 0.16 0.54 0.07
HSL 41.72º 0.78% 0.68% -
HSV(B) 41.72º 0.54% 0.93% -
XYZ 57.88 59.5 22.9 -
YUV 199.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 237 198 109 0 0.16 0.54 0.07 41.72 0.78 0.68
Hex ED C6 6D 0 10 36 7 2A 4E 44
Octal 355 306 155 0 20 66 7 52 116 104
Binary 11101101 11000110 1101101 0 10000 110110 111 101010 1001110 1000100

Color Harmonies of #EDC66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC66D

Black with #EDC66D

Text Example


Text Example

White with #EDC66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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