Html Css Color HEX #EDD093 Chamois

📋 copy color: '#EDD093'

red 237 ◦ green 208 ◦ blue 147

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

Shades of Chamois #EDD093

Tints of Chamois #EDD093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.83%

R = 40.03%
G = 35.14%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDD093 (or 0xEDD093) is known color: Chamois. HEX triplet: ED, D0 and 93. RGB value is (237,208,147). Sum of RGB (Red+Green+Blue) = 237+208+147=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD093 is #122F6C. Grayscale: #D1D1D1. Windows color (decimal): -1191789 or 9687277. OLE color: 9687277.

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

Color convert

RGB 237 208 147 -
CMYK 0 0.12 0.38 0.07
HSL 40.67º 0.71% 0.75% -
HSV(B) 40.67º 0.38% 0.93% -
XYZ 62.75 65.22 36.89 -
YUV 209.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 237 208 147 0 0.12 0.38 0.07 40.67 0.71 0.75
Hex ED D0 93 0 C 26 7 29 47 4B
Octal 355 320 223 0 14 46 7 51 107 113
Binary 11101101 11010000 10010011 0 1100 100110 111 101001 1000111 1001011

Color Harmonies of #EDD093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD093

Black with #EDD093

Text Example


Text Example

White with #EDD093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD093; }

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

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

background-color css

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

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

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

border-color css

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

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

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