Html Css Color HEX #EECC6C Golden Sand

📋 copy color: '#EECC6C'

red 238 ◦ green 204 ◦ blue 108

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

Shades of Golden Sand #EECC6C

Tints of Golden Sand #EECC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.64%

R = 43.27%
G = 37.09%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EECC6C (or 0xEECC6C) is known color: Golden Sand. HEX triplet: EE, CC and 6C. RGB value is (238,204,108). Sum of RGB (Red+Green+Blue) = 238+204+108=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC6C is #113393. Grayscale: #CBCBCB. Windows color (decimal): -1127316 or 7130350. OLE color: 7130350.

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

Color convert

RGB 238 204 108 -
CMYK 0 0.14 0.55 0.07
HSL 44.31º 0.79% 0.68% -
HSV(B) 44.31º 0.55% 0.93% -
XYZ 59.56 62.45 23.1 -
YUV 203.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 238 204 108 0 0.14 0.55 0.07 44.31 0.79 0.68
Hex EE CC 6C 0 E 37 7 2C 4F 44
Octal 356 314 154 0 16 67 7 54 117 104
Binary 11101110 11001100 1101100 0 1110 110111 111 101100 1001111 1000100

Color Harmonies of #EECC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC6C

Black with #EECC6C

Text Example


Text Example

White with #EECC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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