Html Css Color HEX #EEDB66 Golden Sand

📋 copy color: '#EEDB66'

red 238 ◦ green 219 ◦ blue 102

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

Shades of Golden Sand #EEDB66

Tints of Golden Sand #EEDB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.18%

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

R = 42.58%
G = 39.18%
B = 18.25%

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

#EEDB66 (or 0xEEDB66) is known color: Golden Sand. HEX triplet: EE, DB and 66. RGB value is (238,219,102). Sum of RGB (Red+Green+Blue) = 238+219+102=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 102 (40.23% from 255 or 18.25% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB66 is #112499. Grayscale: #D3D3D3. Windows color (decimal): -1123482 or 6740974. OLE color: 6740974.

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

Color convert

RGB 238 219 102 -
CMYK 0 0.08 0.57 0.07
HSL 51.62º 0.8% 0.67% -
HSV(B) 51.62º 0.57% 0.93% -
XYZ 62.99 69.8 22.72 -
YUV 211.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 238 219 102 0 0.08 0.57 0.07 51.62 0.8 0.67
Hex EE DB 66 0 8 39 7 34 50 43
Octal 356 333 146 0 10 71 7 64 120 103
Binary 11101110 11011011 1100110 0 1000 111001 111 110100 1010000 1000011

Color Harmonies of #EEDB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB66

Black with #EEDB66

Text Example


Text Example

White with #EEDB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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