Html Css Color HEX #EDD19B Chamois

📋 copy color: '#EDD19B'

red 237 ◦ green 209 ◦ blue 155

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

Shades of Chamois #EDD19B

Tints of Chamois #EDD19B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.78%

 BLUE value IS 155 (60.94% from 255) = 25.79%

R = 39.43%
G = 34.78%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDD19B (or 0xEDD19B) is known color: Chamois. HEX triplet: ED, D1 and 9B. RGB value is (237,209,155). Sum of RGB (Red+Green+Blue) = 237+209+155=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD19B is #122E64. Grayscale: #D3D3D3. Windows color (decimal): -1191525 or 10211821. OLE color: 10211821.

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

Color convert

RGB 237 209 155 -
CMYK 0 0.12 0.35 0.07
HSL 39.51º 0.69% 0.77% -
HSV(B) 39.51º 0.35% 0.93% -
XYZ 63.64 65.97 40.39 -
YUV 211.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 237 209 155 0 0.12 0.35 0.07 39.51 0.69 0.77
Hex ED D1 9B 0 C 23 7 28 45 4D
Octal 355 321 233 0 14 43 7 50 105 115
Binary 11101101 11010001 10011011 0 1100 100011 111 101000 1000101 1001101

Color Harmonies of #EDD19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD19B

Black with #EDD19B

Text Example


Text Example

White with #EDD19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD19B; }

 p { color: rgb(237,209,155); }

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

background-color css

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

 a { background-color: rgb(237,209,155); }

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

border-color css

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

 span { border-color: rgb(237,209,155); }

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