Html Css Color HEX #EDC89B New Tan

📋 copy color: '#EDC89B'

red 237 ◦ green 200 ◦ blue 155

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

Shades of New Tan #EDC89B

Tints of New Tan #EDC89B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.78%

 BLUE value IS 155 (60.94% from 255) = 26.18%

R = 40.03%
G = 33.78%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDC89B (or 0xEDC89B) is known color: New Tan. HEX triplet: ED, C8 and 9B. RGB value is (237,200,155). Sum of RGB (Red+Green+Blue) = 237+200+155=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC89B is #123764. Grayscale: #CECECE. Windows color (decimal): -1193829 or 10209517. OLE color: 10209517.

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

Color convert

RGB 237 200 155 -
CMYK 0 0.16 0.35 0.07
HSL 32.93º 0.69% 0.77% -
HSV(B) 32.93º 0.35% 0.93% -
XYZ 61.5 61.68 39.67 -
YUV 205.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 237 200 155 0 0.16 0.35 0.07 32.93 0.69 0.77
Hex ED C8 9B 0 10 23 7 21 45 4D
Octal 355 310 233 0 20 43 7 41 105 115
Binary 11101101 11001000 10011011 0 10000 100011 111 100001 1000101 1001101

Color Harmonies of #EDC89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC89B

Black with #EDC89B

Text Example


Text Example

White with #EDC89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC89B; }

 p { color: rgb(237,200,155); }

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

background-color css

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

 a { background-color: rgb(237,200,155); }

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

border-color css

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

 span { border-color: rgb(237,200,155); }

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