Html Css Color HEX #EEC76C Golden Sand

📋 copy color: '#EEC76C'

red 238 ◦ green 199 ◦ blue 108

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

Shades of Golden Sand #EEC76C

Tints of Golden Sand #EEC76C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.51%

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

R = 43.67%
G = 36.51%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EEC76C (or 0xEEC76C) is known color: Golden Sand. HEX triplet: EE, C7 and 6C. RGB value is (238,199,108). Sum of RGB (Red+Green+Blue) = 238+199+108=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC76C is #113893. Grayscale: #C8C8C8. Windows color (decimal): -1128596 or 7129070. OLE color: 7129070.

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

Color convert

RGB 238 199 108 -
CMYK 0 0.16 0.55 0.07
HSL 42º 0.79% 0.68% -
HSV(B) 42º 0.55% 0.93% -
XYZ 58.39 60.11 22.71 -
YUV 200.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 238 199 108 0 0.16 0.55 0.07 42 0.79 0.68
Hex EE C7 6C 0 10 37 7 2A 4F 44
Octal 356 307 154 0 20 67 7 52 117 104
Binary 11101110 11000111 1101100 0 10000 110111 111 101010 1001111 1000100

Color Harmonies of #EEC76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC76C

Black with #EEC76C

Text Example


Text Example

White with #EEC76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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