Html Css Color HEX #EEC46A Golden Sand

📋 copy color: '#EEC46A'

red 238 ◦ green 196 ◦ blue 106

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

Shades of Golden Sand #EEC46A

Tints of Golden Sand #EEC46A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.3%

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

R = 44.07%
G = 36.3%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EEC46A (or 0xEEC46A) is known color: Golden Sand. HEX triplet: EE, C4 and 6A. RGB value is (238,196,106). Sum of RGB (Red+Green+Blue) = 238+196+106=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC46A is #113B95. Grayscale: #C6C6C6. Windows color (decimal): -1129366 or 6997230. OLE color: 6997230.

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

Color convert

RGB 238 196 106 -
CMYK 0 0.18 0.55 0.07
HSL 40.91º 0.8% 0.67% -
HSV(B) 40.91º 0.55% 0.93% -
XYZ 57.6 58.7 21.93 -
YUV 198.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 238 196 106 0 0.18 0.55 0.07 40.91 0.8 0.67
Hex EE C4 6A 0 12 37 7 29 50 43
Octal 356 304 152 0 22 67 7 51 120 103
Binary 11101110 11000100 1101010 0 10010 110111 111 101001 1010000 1000011

Color Harmonies of #EEC46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC46A

Black with #EEC46A

Text Example


Text Example

White with #EEC46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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