Html Css Color HEX #EDD66E Golden Sand

📋 copy color: '#EDD66E'

red 237 ◦ green 214 ◦ blue 110

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

Shades of Golden Sand #EDD66E

Tints of Golden Sand #EDD66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.61%

R = 42.25%
G = 38.15%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDD66E (or 0xEDD66E) is known color: Golden Sand. HEX triplet: ED, D6 and 6E. RGB value is (237,214,110). Sum of RGB (Red+Green+Blue) = 237+214+110=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD66E is #122991. Grayscale: #D1D1D1. Windows color (decimal): -1190290 or 7263981. OLE color: 7263981.

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

Color convert

RGB 237 214 110 -
CMYK 0 0.10 0.54 0.07
HSL 49.13º 0.78% 0.68% -
HSV(B) 49.13º 0.54% 0.93% -
XYZ 61.79 67.22 24.47 -
YUV 209.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 237 214 110 0 0.10 0.54 0.07 49.13 0.78 0.68
Hex ED D6 6E 0 A 36 7 31 4E 44
Octal 355 326 156 0 12 66 7 61 116 104
Binary 11101101 11010110 1101110 0 1010 110110 111 110001 1001110 1000100

Color Harmonies of #EDD66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD66E

Black with #EDD66E

Text Example


Text Example

White with #EDD66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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