Html Css Color HEX #EDD099 Chamois

📋 copy color: '#EDD099'

red 237 ◦ green 208 ◦ blue 153

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

Shades of Chamois #EDD099

Tints of Chamois #EDD099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.59%

R = 39.63%
G = 34.78%
B = 25.59%

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

#EDD099 (or 0xEDD099) is known color: Chamois. HEX triplet: ED, D0 and 99. RGB value is (237,208,153). Sum of RGB (Red+Green+Blue) = 237+208+153=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 153 (60.16% from 255 or 25.59% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD099 is #122F66. Grayscale: #D2D2D2. Windows color (decimal): -1191783 or 10080493. OLE color: 10080493.

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

Color convert

RGB 237 208 153 -
CMYK 0 0.12 0.35 0.07
HSL 39.29º 0.7% 0.76% -
HSV(B) 39.29º 0.35% 0.93% -
XYZ 63.23 65.42 39.43 -
YUV 210.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 237 208 153 0 0.12 0.35 0.07 39.29 0.7 0.76
Hex ED D0 99 0 C 23 7 27 46 4C
Octal 355 320 231 0 14 43 7 47 106 114
Binary 11101101 11010000 10011001 0 1100 100011 111 100111 1000110 1001100

Color Harmonies of #EDD099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD099

Black with #EDD099

Text Example


Text Example

White with #EDD099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD099; }

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

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

background-color css

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

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

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

border-color css

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

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

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