Html Css Color HEX #EED195 Chamois

📋 copy color: '#EED195'

red 238 ◦ green 209 ◦ blue 149

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

Shades of Chamois #EED195

Tints of Chamois #EED195

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.07%

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

R = 39.93%
G = 35.07%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EED195 (or 0xEED195) is known color: Chamois. HEX triplet: EE, D1 and 95. RGB value is (238,209,149). Sum of RGB (Red+Green+Blue) = 238+209+149=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EED195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED195 is #112E6A. Grayscale: #D3D3D3. Windows color (decimal): -1125995 or 9818606. OLE color: 9818606.

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

Color convert

RGB 238 209 149 -
CMYK 0 0.12 0.37 0.07
HSL 40.45º 0.72% 0.76% -
HSV(B) 40.45º 0.37% 0.93% -
XYZ 63.49 65.95 37.82 -
YUV 210.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 238 209 149 0 0.12 0.37 0.07 40.45 0.72 0.76
Hex EE D1 95 0 C 25 7 28 48 4C
Octal 356 321 225 0 14 45 7 50 110 114
Binary 11101110 11010001 10010101 0 1100 100101 111 101000 1001000 1001100

Color Harmonies of #EED195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED195

Black with #EED195

Text Example


Text Example

White with #EED195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED195; }

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

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

background-color css

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

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

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

border-color css

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

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

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