Html Css Color HEX #EDD294 Chamois

📋 copy color: '#EDD294'

red 237 ◦ green 210 ◦ blue 148

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

Shades of Chamois #EDD294

Tints of Chamois #EDD294

RGB

 RED value IS 237 (92.97% from 255) = 39.83%

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

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

R = 39.83%
G = 35.29%
B = 24.87%

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

#EDD294 (or 0xEDD294) is known color: Chamois. HEX triplet: ED, D2 and 94. RGB value is (237,210,148). Sum of RGB (Red+Green+Blue) = 237+210+148=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD294 is #122D6B. Grayscale: #D3D3D3. Windows color (decimal): -1191276 or 9753325. OLE color: 9753325.

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

Color convert

RGB 237 210 148 -
CMYK 0 0.11 0.38 0.07
HSL 41.8º 0.71% 0.75% -
HSV(B) 41.8º 0.38% 0.93% -
XYZ 63.32 66.24 37.46 -
YUV 211.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 237 210 148 0 0.11 0.38 0.07 41.8 0.71 0.75
Hex ED D2 94 0 B 26 7 2A 47 4B
Octal 355 322 224 0 13 46 7 52 107 113
Binary 11101101 11010010 10010100 0 1011 100110 111 101010 1000111 1001011

Color Harmonies of #EDD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD294

Black with #EDD294

Text Example


Text Example

White with #EDD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD294; }

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

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

background-color css

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

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

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

border-color css

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

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

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