Html Css Color HEX #EED394 Chamois

📋 copy color: '#EED394'

red 238 ◦ green 211 ◦ blue 148

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

Shades of Chamois #EED394

Tints of Chamois #EED394

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.34%

 BLUE value IS 148 (58.2% from 255) = 24.79%

R = 39.87%
G = 35.34%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EED394 (or 0xEED394) is known color: Chamois. HEX triplet: EE, D3 and 94. RGB value is (238,211,148). Sum of RGB (Red+Green+Blue) = 238+211+148=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EED394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED394 is #112C6B. Grayscale: #D4D4D4. Windows color (decimal): -1125484 or 9753582. OLE color: 9753582.

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

Color convert

RGB 238 211 148 -
CMYK 0 0.11 0.38 0.07
HSL 42º 0.73% 0.76% -
HSV(B) 42º 0.38% 0.93% -
XYZ 63.9 66.9 37.56 -
YUV 211.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 238 211 148 0 0.11 0.38 0.07 42 0.73 0.76
Hex EE D3 94 0 B 26 7 2A 49 4C
Octal 356 323 224 0 13 46 7 52 111 114
Binary 11101110 11010011 10010100 0 1011 100110 111 101010 1001001 1001100

Color Harmonies of #EED394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED394

Black with #EED394

Text Example


Text Example

White with #EED394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED394; }

 p { color: rgb(238,211,148); }

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

background-color css

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

 a { background-color: rgb(238,211,148); }

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

border-color css

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

 span { border-color: rgb(238,211,148); }

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