Html Css Color HEX #EDB17C Tacao

📋 copy color: '#EDB17C'

red 237 ◦ green 177 ◦ blue 124

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

Shades of Tacao #EDB17C

Tints of Tacao #EDB17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.05%

R = 44.05%
G = 32.9%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDB17C (or 0xEDB17C) is known color: Tacao. HEX triplet: ED, B1 and 7C. RGB value is (237,177,124). Sum of RGB (Red+Green+Blue) = 237+177+124=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB17C is #124E83. Grayscale: #BDBDBD. Windows color (decimal): -1199748 or 8172013. OLE color: 8172013.

HSL color Cylindrical-coordinate representation of color #EDB17C: hue angle of 28.14º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDB17C is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 124 -
CMYK 0 0.25 0.48 0.07
HSL 28.14º 0.76% 0.71% -
HSV(B) 28.14º 0.48% 0.93% -
XYZ 54.29 50.9 26.03 -
YUV 188.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 237 177 124 0 0.25 0.48 0.07 28.14 0.76 0.71
Hex ED B1 7C 0 19 30 7 1C 4C 47
Octal 355 261 174 0 31 60 7 34 114 107
Binary 11101101 10110001 1111100 0 11001 110000 111 11100 1001100 1000111

Color Harmonies of #EDB17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB17C

Black with #EDB17C

Text Example


Text Example

White with #EDB17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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