Html Css Color HEX #EDCD99 Chamois

📋 copy color: '#EDCD99'

red 237 ◦ green 205 ◦ blue 153

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

Shades of Chamois #EDCD99

Tints of Chamois #EDCD99

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.45%

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

R = 39.83%
G = 34.45%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDCD99 (or 0xEDCD99) is known color: Chamois. HEX triplet: ED, CD and 99. RGB value is (237,205,153). Sum of RGB (Red+Green+Blue) = 237+205+153=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD99 is #123266. Grayscale: #D0D0D0. Windows color (decimal): -1192551 or 10079725. OLE color: 10079725.

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

Color convert

RGB 237 205 153 -
CMYK 0 0.14 0.35 0.07
HSL 37.14º 0.7% 0.76% -
HSV(B) 37.14º 0.35% 0.93% -
XYZ 62.51 63.97 39.19 -
YUV 208.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 237 205 153 0 0.14 0.35 0.07 37.14 0.7 0.76
Hex ED CD 99 0 E 23 7 25 46 4C
Octal 355 315 231 0 16 43 7 45 106 114
Binary 11101101 11001101 10011001 0 1110 100011 111 100101 1000110 1001100

Color Harmonies of #EDCD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD99

Black with #EDCD99

Text Example


Text Example

White with #EDCD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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