Html Css Color HEX #EDB176 Tacao

📋 copy color: '#EDB176'

red 237 ◦ green 177 ◦ blue 118

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

Shades of Tacao #EDB176

Tints of Tacao #EDB176

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.27%

 BLUE value IS 118 (46.48% from 255) = 22.18%

R = 44.55%
G = 33.27%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDB176 (or 0xEDB176) is known color: Tacao. HEX triplet: ED, B1 and 76. RGB value is (237,177,118). Sum of RGB (Red+Green+Blue) = 237+177+118=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB176 is #124E89. Grayscale: #BCBCBC. Windows color (decimal): -1199754 or 7778797. OLE color: 7778797.

HSL color Cylindrical-coordinate representation of color #EDB176: hue angle of 29.75º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDB176 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 118 -
CMYK 0 0.25 0.50 0.07
HSL 29.75º 0.77% 0.7% -
HSV(B) 29.75º 0.5% 0.93% -
XYZ 53.92 50.76 24.09 -
YUV 188.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 237 177 118 0 0.25 0.50 0.07 29.75 0.77 0.7
Hex ED B1 76 0 19 32 7 1E 4D 46
Octal 355 261 166 0 31 62 7 36 115 106
Binary 11101101 10110001 1110110 0 11001 110010 111 11110 1001101 1000110

Color Harmonies of #EDB176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB176

Black with #EDB176

Text Example


Text Example

White with #EDB176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB176; }

 p { color: rgb(237,177,118); }

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

background-color css

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

 a { background-color: rgb(237,177,118); }

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

border-color css

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

 span { border-color: rgb(237,177,118); }

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