Html Css Color HEX #EECD66 Golden Sand

📋 copy color: '#EECD66'

red 238 ◦ green 205 ◦ blue 102

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

Shades of Golden Sand #EECD66

Tints of Golden Sand #EECD66

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.61%

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

R = 43.67%
G = 37.61%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EECD66 (or 0xEECD66) is known color: Golden Sand. HEX triplet: EE, CD and 66. RGB value is (238,205,102). Sum of RGB (Red+Green+Blue) = 238+205+102=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD66 is #113299. Grayscale: #CBCBCB. Windows color (decimal): -1127066 or 6737390. OLE color: 6737390.

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

Color convert

RGB 238 205 102 -
CMYK 0 0.14 0.57 0.07
HSL 45.44º 0.8% 0.67% -
HSV(B) 45.44º 0.57% 0.93% -
XYZ 59.49 62.8 21.56 -
YUV 203.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 238 205 102 0 0.14 0.57 0.07 45.44 0.8 0.67
Hex EE CD 66 0 E 39 7 2D 50 43
Octal 356 315 146 0 16 71 7 55 120 103
Binary 11101110 11001101 1100110 0 1110 111001 111 101101 1010000 1000011

Color Harmonies of #EECD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD66

Black with #EECD66

Text Example


Text Example

White with #EECD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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