Html Css Color HEX #EDCB9E New Tan

📋 copy color: '#EDCB9E'

red 237 ◦ green 203 ◦ blue 158

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

Shades of New Tan #EDCB9E

Tints of New Tan #EDCB9E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.95%

 BLUE value IS 158 (62.11% from 255) = 26.42%

R = 39.63%
G = 33.95%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDCB9E (or 0xEDCB9E) is known color: New Tan. HEX triplet: ED, CB and 9E. RGB value is (237,203,158). Sum of RGB (Red+Green+Blue) = 237+203+158=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB9E is #123461. Grayscale: #D0D0D0. Windows color (decimal): -1193058 or 10406893. OLE color: 10406893.

HSL color Cylindrical-coordinate representation of color #EDCB9E: hue angle of 34.18º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDCB9E is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 158 -
CMYK 0 0.14 0.33 0.07
HSL 34.18º 0.69% 0.77% -
HSV(B) 34.18º 0.33% 0.93% -
XYZ 62.45 63.19 41.25 -
YUV 208.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 237 203 158 0 0.14 0.33 0.07 34.18 0.69 0.77
Hex ED CB 9E 0 E 21 7 22 45 4D
Octal 355 313 236 0 16 41 7 42 105 115
Binary 11101101 11001011 10011110 0 1110 100001 111 100010 1000101 1001101

Color Harmonies of #EDCB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB9E

Black with #EDCB9E

Text Example


Text Example

White with #EDCB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB9E; }

 p { color: rgb(237,203,158); }

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

background-color css

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

 a { background-color: rgb(237,203,158); }

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

border-color css

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

 span { border-color: rgb(237,203,158); }

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