Html Css Color HEX #EED294 Chamois

📋 copy color: '#EED294'

red 238 ◦ green 210 ◦ blue 148

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

Shades of Chamois #EED294

Tints of Chamois #EED294

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

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

R = 39.93%
G = 35.23%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EED294 (or 0xEED294) is known color: Chamois. HEX triplet: EE, D2 and 94. RGB value is (238,210,148). Sum of RGB (Red+Green+Blue) = 238+210+148=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EED294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED294 is #112D6B. Grayscale: #D3D3D3. Windows color (decimal): -1125740 or 9753326. OLE color: 9753326.

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

Color convert

RGB 238 210 148 -
CMYK 0 0.12 0.38 0.07
HSL 41.33º 0.73% 0.76% -
HSV(B) 41.33º 0.38% 0.93% -
XYZ 63.65 66.41 37.48 -
YUV 211.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 238 210 148 0 0.12 0.38 0.07 41.33 0.73 0.76
Hex EE D2 94 0 C 26 7 29 49 4C
Octal 356 322 224 0 14 46 7 51 111 114
Binary 11101110 11010010 10010100 0 1100 100110 111 101001 1001001 1001100

Color Harmonies of #EED294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED294

Black with #EED294

Text Example


Text Example

White with #EED294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED294; }

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

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

background-color css

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

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

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

border-color css

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

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

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