Html Css Color HEX #EECC64 Golden Sand

📋 copy color: '#EECC64'

red 238 ◦ green 204 ◦ blue 100

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

Shades of Golden Sand #EECC64

Tints of Golden Sand #EECC64

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.64%

 BLUE value IS 100 (39.45% from 255) = 18.45%

R = 43.91%
G = 37.64%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EECC64 (or 0xEECC64) is known color: Golden Sand. HEX triplet: EE, CC and 64. RGB value is (238,204,100). Sum of RGB (Red+Green+Blue) = 238+204+100=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC64 is #11339B. Grayscale: #CACACA. Windows color (decimal): -1127324 or 6606062. OLE color: 6606062.

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

Color convert

RGB 238 204 100 -
CMYK 0 0.14 0.58 0.07
HSL 45.22º 0.8% 0.66% -
HSV(B) 45.22º 0.58% 0.93% -
XYZ 59.15 62.28 20.96 -
YUV 202.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 238 204 100 0 0.14 0.58 0.07 45.22 0.8 0.66
Hex EE CC 64 0 E 3A 7 2D 50 42
Octal 356 314 144 0 16 72 7 55 120 102
Binary 11101110 11001100 1100100 0 1110 111010 111 101101 1010000 1000010

Color Harmonies of #EECC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC64

Black with #EECC64

Text Example


Text Example

White with #EECC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC64; }

 p { color: rgb(238,204,100); }

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

background-color css

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

 a { background-color: rgb(238,204,100); }

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

border-color css

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

 span { border-color: rgb(238,204,100); }

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