Html Css Color HEX #EEC96A Golden Sand

📋 copy color: '#EEC96A'

red 238 ◦ green 201 ◦ blue 106

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

Shades of Golden Sand #EEC96A

Tints of Golden Sand #EEC96A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.88%

 BLUE value IS 106 (41.8% from 255) = 19.45%

R = 43.67%
G = 36.88%
B = 19.45%

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

#EEC96A (or 0xEEC96A) is known color: Golden Sand. HEX triplet: EE, C9 and 6A. RGB value is (238,201,106). Sum of RGB (Red+Green+Blue) = 238+201+106=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC96A is #113695. Grayscale: #C9C9C9. Windows color (decimal): -1128086 or 6998510. OLE color: 6998510.

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

Color convert

RGB 238 201 106 -
CMYK 0 0.16 0.55 0.07
HSL 43.18º 0.8% 0.67% -
HSV(B) 43.18º 0.55% 0.93% -
XYZ 58.75 60.99 22.31 -
YUV 201.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 238 201 106 0 0.16 0.55 0.07 43.18 0.8 0.67
Hex EE C9 6A 0 10 37 7 2B 50 43
Octal 356 311 152 0 20 67 7 53 120 103
Binary 11101110 11001001 1101010 0 10000 110111 111 101011 1010000 1000011

Color Harmonies of #EEC96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC96A

Black with #EEC96A

Text Example


Text Example

White with #EEC96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC96A; }

 p { color: rgb(238,201,106); }

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

background-color css

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

 a { background-color: rgb(238,201,106); }

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

border-color css

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

 span { border-color: rgb(238,201,106); }

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