Html Css Color HEX #EEDA66 Golden Sand

📋 copy color: '#EEDA66'

red 238 ◦ green 218 ◦ blue 102

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

Shades of Golden Sand #EEDA66

Tints of Golden Sand #EEDA66

RGB

 RED value IS 238 (93.36% from 255) = 42.65%

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

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

R = 42.65%
G = 39.07%
B = 18.28%

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

#EEDA66 (or 0xEEDA66) is known color: Golden Sand. HEX triplet: EE, DA and 66. RGB value is (238,218,102). Sum of RGB (Red+Green+Blue) = 238+218+102=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA66 is #112599. Grayscale: #D3D3D3. Windows color (decimal): -1123738 or 6740718. OLE color: 6740718.

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

Color convert

RGB 238 218 102 -
CMYK 0 0.08 0.57 0.07
HSL 51.18º 0.8% 0.67% -
HSV(B) 51.18º 0.57% 0.93% -
XYZ 62.73 69.28 22.64 -
YUV 210.76 66.63 147.43 -
System Red Green Blue C M Y K H S L
Decimal 238 218 102 0 0.08 0.57 0.07 51.18 0.8 0.67
Hex EE DA 66 0 8 39 7 33 50 43
Octal 356 332 146 0 10 71 7 63 120 103
Binary 11101110 11011010 1100110 0 1000 111001 111 110011 1010000 1000011

Color Harmonies of #EEDA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA66

Black with #EEDA66

Text Example


Text Example

White with #EEDA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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