Html Css Color HEX #EEC695 New Tan

📋 copy color: '#EEC695'

red 238 ◦ green 198 ◦ blue 149

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

Shades of New Tan #EEC695

Tints of New Tan #EEC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.85%

 BLUE value IS 149 (58.59% from 255) = 25.47%

R = 40.68%
G = 33.85%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEC695 (or 0xEEC695) is known color: New Tan. HEX triplet: EE, C6 and 95. RGB value is (238,198,149). Sum of RGB (Red+Green+Blue) = 238+198+149=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC695 is #11396A. Grayscale: #CCCCCC. Windows color (decimal): -1128811 or 9815790. OLE color: 9815790.

HSL color Cylindrical-coordinate representation of color #EEC695: hue angle of 33.03º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEC695 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 198 149 -
CMYK 0 0.17 0.37 0.07
HSL 33.03º 0.72% 0.76% -
HSV(B) 33.03º 0.37% 0.93% -
XYZ 60.88 60.74 36.95 -
YUV 204.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 238 198 149 0 0.17 0.37 0.07 33.03 0.72 0.76
Hex EE C6 95 0 11 25 7 21 48 4C
Octal 356 306 225 0 21 45 7 41 110 114
Binary 11101110 11000110 10010101 0 10001 100101 111 100001 1001000 1001100

Color Harmonies of #EEC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC695

Black with #EEC695

Text Example


Text Example

White with #EEC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC695; }

 p { color: rgb(238,198,149); }

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

background-color css

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

 a { background-color: rgb(238,198,149); }

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

border-color css

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

 span { border-color: rgb(238,198,149); }

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