Html Css Color HEX #EDCB9D New Tan

📋 copy color: '#EDCB9D'

red 237 ◦ green 203 ◦ blue 157

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

Shades of New Tan #EDCB9D

Tints of New Tan #EDCB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.3%

R = 39.7%
G = 34%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDCB9D (or 0xEDCB9D) is known color: New Tan. HEX triplet: ED, CB and 9D. RGB value is (237,203,157). Sum of RGB (Red+Green+Blue) = 237+203+157=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB9D is #123462. Grayscale: #D0D0D0. Windows color (decimal): -1193059 or 10341357. OLE color: 10341357.

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

Color convert

RGB 237 203 157 -
CMYK 0 0.14 0.34 0.07
HSL 34.5º 0.69% 0.77% -
HSV(B) 34.5º 0.34% 0.93% -
XYZ 62.37 63.15 40.8 -
YUV 207.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 237 203 157 0 0.14 0.34 0.07 34.5 0.69 0.77
Hex ED CB 9D 0 E 22 7 22 45 4D
Octal 355 313 235 0 16 42 7 42 105 115
Binary 11101101 11001011 10011101 0 1110 100010 111 100010 1000101 1001101

Color Harmonies of #EDCB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB9D

Black with #EDCB9D

Text Example


Text Example

White with #EDCB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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