Html Css Color HEX #EEC76D Golden Sand

📋 copy color: '#EEC76D'

red 238 ◦ green 199 ◦ blue 109

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

Shades of Golden Sand #EEC76D

Tints of Golden Sand #EEC76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.96%

R = 43.59%
G = 36.45%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EEC76D (or 0xEEC76D) is known color: Golden Sand. HEX triplet: EE, C7 and 6D. RGB value is (238,199,109). Sum of RGB (Red+Green+Blue) = 238+199+109=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC76D is #113892. Grayscale: #C8C8C8. Windows color (decimal): -1128595 or 7194606. OLE color: 7194606.

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

Color convert

RGB 238 199 109 -
CMYK 0 0.16 0.54 0.07
HSL 41.86º 0.79% 0.68% -
HSV(B) 41.86º 0.54% 0.93% -
XYZ 58.44 60.13 22.99 -
YUV 200.4 76.42 154.82 -
System Red Green Blue C M Y K H S L
Decimal 238 199 109 0 0.16 0.54 0.07 41.86 0.79 0.68
Hex EE C7 6D 0 10 36 7 2A 4F 44
Octal 356 307 155 0 20 66 7 52 117 104
Binary 11101110 11000111 1101101 0 10000 110110 111 101010 1001111 1000100

Color Harmonies of #EEC76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC76D

Black with #EEC76D

Text Example


Text Example

White with #EEC76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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