Html Css Color HEX #EDD666 Golden Sand

📋 copy color: '#EDD666'

red 237 ◦ green 214 ◦ blue 102

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

Shades of Golden Sand #EDD666

Tints of Golden Sand #EDD666

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.7%

 BLUE value IS 102 (40.23% from 255) = 18.44%

R = 42.86%
G = 38.7%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD666 (or 0xEDD666) is known color: Golden Sand. HEX triplet: ED, D6 and 66. RGB value is (237,214,102). Sum of RGB (Red+Green+Blue) = 237+214+102=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD666 is #122999. Grayscale: #D0D0D0. Windows color (decimal): -1190298 or 6739693. OLE color: 6739693.

HSL color Cylindrical-coordinate representation of color #EDD666: hue angle of 49.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDD666 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 102 -
CMYK 0 0.10 0.57 0.07
HSL 49.78º 0.79% 0.66% -
HSV(B) 49.78º 0.57% 0.93% -
XYZ 61.37 67.06 22.28 -
YUV 208.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 237 214 102 0 0.10 0.57 0.07 49.78 0.79 0.66
Hex ED D6 66 0 A 39 7 32 4F 42
Octal 355 326 146 0 12 71 7 62 117 102
Binary 11101101 11010110 1100110 0 1010 111001 111 110010 1001111 1000010

Color Harmonies of #EDD666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD666

Black with #EDD666

Text Example


Text Example

White with #EDD666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD666; }

 p { color: rgb(237,214,102); }

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

background-color css

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

 a { background-color: rgb(237,214,102); }

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

border-color css

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

 span { border-color: rgb(237,214,102); }

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