Html Css Color HEX #EDD291 Chamois

📋 copy color: '#EDD291'

red 237 ◦ green 210 ◦ blue 145

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

Shades of Chamois #EDD291

Tints of Chamois #EDD291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.49%

R = 40.03%
G = 35.47%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDD291 (or 0xEDD291) is known color: Chamois. HEX triplet: ED, D2 and 91. RGB value is (237,210,145). Sum of RGB (Red+Green+Blue) = 237+210+145=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 145 (57.03% from 255 or 24.49% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD291 is #122D6E. Grayscale: #D2D2D2. Windows color (decimal): -1191279 or 9556717. OLE color: 9556717.

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

Color convert

RGB 237 210 145 -
CMYK 0 0.11 0.39 0.07
HSL 42.39º 0.72% 0.75% -
HSV(B) 42.39º 0.39% 0.93% -
XYZ 63.08 66.14 36.23 -
YUV 210.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 237 210 145 0 0.11 0.39 0.07 42.39 0.72 0.75
Hex ED D2 91 0 B 27 7 2A 48 4B
Octal 355 322 221 0 13 47 7 52 110 113
Binary 11101101 11010010 10010001 0 1011 100111 111 101010 1001000 1001011

Color Harmonies of #EDD291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD291

Black with #EDD291

Text Example


Text Example

White with #EDD291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD291; }

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

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

background-color css

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

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

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

border-color css

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

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

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