Html Css Color HEX #EDD08E Chamois

📋 copy color: '#EDD08E'

red 237 ◦ green 208 ◦ blue 142

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

Shades of Chamois #EDD08E

Tints of Chamois #EDD08E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.43%

 BLUE value IS 142 (55.86% from 255) = 24.19%

R = 40.37%
G = 35.43%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDD08E (or 0xEDD08E) is known color: Chamois. HEX triplet: ED, D0 and 8E. RGB value is (237,208,142). Sum of RGB (Red+Green+Blue) = 237+208+142=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD08E is #122F71. Grayscale: #D1D1D1. Windows color (decimal): -1191794 or 9359597. OLE color: 9359597.

HSL color Cylindrical-coordinate representation of color #EDD08E: hue angle of 41.68º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDD08E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 142 -
CMYK 0 0.12 0.40 0.07
HSL 41.68º 0.73% 0.74% -
HSV(B) 41.68º 0.4% 0.93% -
XYZ 62.36 65.07 34.86 -
YUV 209.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 237 208 142 0 0.12 0.40 0.07 41.68 0.73 0.74
Hex ED D0 8E 0 C 28 7 2A 49 4A
Octal 355 320 216 0 14 50 7 52 111 112
Binary 11101101 11010000 10001110 0 1100 101000 111 101010 1001001 1001010

Color Harmonies of #EDD08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD08E

Black with #EDD08E

Text Example


Text Example

White with #EDD08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD08E; }

 p { color: rgb(237,208,142); }

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

background-color css

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

 a { background-color: rgb(237,208,142); }

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

border-color css

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

 span { border-color: rgb(237,208,142); }

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