Html Css Color HEX #EDDA66 Golden Sand

📋 copy color: '#EDDA66'

red 237 ◦ green 218 ◦ blue 102

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

Shades of Golden Sand #EDDA66

Tints of Golden Sand #EDDA66

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.14%

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

R = 42.55%
G = 39.14%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDDA66 (or 0xEDDA66) is known color: Golden Sand. HEX triplet: ED, DA and 66. RGB value is (237,218,102). Sum of RGB (Red+Green+Blue) = 237+218+102=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA66 is #122599. Grayscale: #D2D2D2. Windows color (decimal): -1189274 or 6740717. OLE color: 6740717.

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

Color convert

RGB 237 218 102 -
CMYK 0 0.08 0.57 0.07
HSL 51.56º 0.79% 0.66% -
HSV(B) 51.56º 0.57% 0.93% -
XYZ 62.39 69.11 22.62 -
YUV 210.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 237 218 102 0 0.08 0.57 0.07 51.56 0.79 0.66
Hex ED DA 66 0 8 39 7 34 4F 42
Octal 355 332 146 0 10 71 7 64 117 102
Binary 11101101 11011010 1100110 0 1000 111001 111 110100 1001111 1000010

Color Harmonies of #EDDA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA66

Black with #EDDA66

Text Example


Text Example

White with #EDDA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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