Html Css Color HEX #EEDE66 Golden Sand

📋 copy color: '#EEDE66'

red 238 ◦ green 222 ◦ blue 102

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

Shades of Golden Sand #EEDE66

Tints of Golden Sand #EEDE66

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.5%

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

R = 42.35%
G = 39.5%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EEDE66 (or 0xEEDE66) is known color: Golden Sand. HEX triplet: EE, DE and 66. RGB value is (238,222,102). Sum of RGB (Red+Green+Blue) = 238+222+102=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 102 (40.23% from 255 or 18.15% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE66 is #112199. Grayscale: #D5D5D5. Windows color (decimal): -1122714 or 6741742. OLE color: 6741742.

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

Color convert

RGB 238 222 102 -
CMYK 0 0.07 0.57 0.07
HSL 52.94º 0.8% 0.67% -
HSV(B) 52.94º 0.57% 0.93% -
XYZ 63.78 71.38 22.99 -
YUV 213.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 238 222 102 0 0.07 0.57 0.07 52.94 0.8 0.67
Hex EE DE 66 0 7 39 7 35 50 43
Octal 356 336 146 0 7 71 7 65 120 103
Binary 11101110 11011110 1100110 0 111 111001 111 110101 1010000 1000011

Color Harmonies of #EEDE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE66

Black with #EEDE66

Text Example


Text Example

White with #EEDE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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