Html Css Color HEX #EED096 Chamois

📋 copy color: '#EED096'

red 238 ◦ green 208 ◦ blue 150

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

Shades of Chamois #EED096

Tints of Chamois #EED096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.9%

 BLUE value IS 150 (58.98% from 255) = 25.17%

R = 39.93%
G = 34.9%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EED096 (or 0xEED096) is known color: Chamois. HEX triplet: EE, D0 and 96. RGB value is (238,208,150). Sum of RGB (Red+Green+Blue) = 238+208+150=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EED096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED096 is #112F69. Grayscale: #D2D2D2. Windows color (decimal): -1126250 or 9883886. OLE color: 9883886.

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

Color convert

RGB 238 208 150 -
CMYK 0 0.13 0.37 0.07
HSL 39.55º 0.72% 0.76% -
HSV(B) 39.55º 0.37% 0.93% -
XYZ 63.32 65.49 38.16 -
YUV 210.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 238 208 150 0 0.13 0.37 0.07 39.55 0.72 0.76
Hex EE D0 96 0 D 25 7 28 48 4C
Octal 356 320 226 0 15 45 7 50 110 114
Binary 11101110 11010000 10010110 0 1101 100101 111 101000 1001000 1001100

Color Harmonies of #EED096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED096

Black with #EED096

Text Example


Text Example

White with #EED096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED096; }

 p { color: rgb(238,208,150); }

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

background-color css

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

 a { background-color: rgb(238,208,150); }

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

border-color css

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

 span { border-color: rgb(238,208,150); }

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