Html Css Color HEX #EDD29A Chamois

📋 copy color: '#EDD29A'

red 237 ◦ green 210 ◦ blue 154

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

Shades of Chamois #EDD29A

Tints of Chamois #EDD29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.62%

R = 39.43%
G = 34.94%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDD29A (or 0xEDD29A) is known color: Chamois. HEX triplet: ED, D2 and 9A. RGB value is (237,210,154). Sum of RGB (Red+Green+Blue) = 237+210+154=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD29A is #122D65. Grayscale: #D3D3D3. Windows color (decimal): -1191270 or 10146541. OLE color: 10146541.

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

Color convert

RGB 237 210 154 -
CMYK 0 0.11 0.35 0.07
HSL 40.48º 0.7% 0.77% -
HSV(B) 40.48º 0.35% 0.93% -
XYZ 63.8 66.43 40.03 -
YUV 211.69 95.45 146.05 -
System Red Green Blue C M Y K H S L
Decimal 237 210 154 0 0.11 0.35 0.07 40.48 0.7 0.77
Hex ED D2 9A 0 B 23 7 28 46 4D
Octal 355 322 232 0 13 43 7 50 106 115
Binary 11101101 11010010 10011010 0 1011 100011 111 101000 1000110 1001101

Color Harmonies of #EDD29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD29A

Black with #EDD29A

Text Example


Text Example

White with #EDD29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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