Html Css Color HEX #EDD09B Chamois

📋 copy color: '#EDD09B'

red 237 ◦ green 208 ◦ blue 155

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

Shades of Chamois #EDD09B

Tints of Chamois #EDD09B

RGB

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

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

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

R = 39.5%
G = 34.67%
B = 25.83%

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

#EDD09B (or 0xEDD09B) is known color: Chamois. HEX triplet: ED, D0 and 9B. RGB value is (237,208,155). Sum of RGB (Red+Green+Blue) = 237+208+155=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD09B is #122F64. Grayscale: #D2D2D2. Windows color (decimal): -1191781 or 10211565. OLE color: 10211565.

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

Color convert

RGB 237 208 155 -
CMYK 0 0.12 0.35 0.07
HSL 38.78º 0.69% 0.77% -
HSV(B) 38.78º 0.35% 0.93% -
XYZ 63.4 65.48 40.31 -
YUV 210.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 237 208 155 0 0.12 0.35 0.07 38.78 0.69 0.77
Hex ED D0 9B 0 C 23 7 27 45 4D
Octal 355 320 233 0 14 43 7 47 105 115
Binary 11101101 11010000 10011011 0 1100 100011 111 100111 1000101 1001101

Color Harmonies of #EDD09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD09B

Black with #EDD09B

Text Example


Text Example

White with #EDD09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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