Html Css Color HEX #EDA477 Tacao

📋 copy color: '#EDA477'

red 237 ◦ green 164 ◦ blue 119

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

Shades of Tacao #EDA477

Tints of Tacao #EDA477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.54%

 BLUE value IS 119 (46.88% from 255) = 22.88%

R = 45.58%
G = 31.54%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDA477 (or 0xEDA477) is known color: Tacao. HEX triplet: ED, A4 and 77. RGB value is (237,164,119). Sum of RGB (Red+Green+Blue) = 237+164+119=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA477 is #125B88. Grayscale: #B4B4B4. Windows color (decimal): -1203081 or 7841005. OLE color: 7841005.

HSL color Cylindrical-coordinate representation of color #EDA477: hue angle of 22.88º 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 #EDA477 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 119 -
CMYK 0 0.31 0.50 0.07
HSL 22.88º 0.77% 0.7% -
HSV(B) 22.88º 0.5% 0.93% -
XYZ 51.53 45.89 23.59 -
YUV 180.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 237 164 119 0 0.31 0.50 0.07 22.88 0.77 0.7
Hex ED A4 77 0 1F 32 7 17 4D 46
Octal 355 244 167 0 37 62 7 27 115 106
Binary 11101101 10100100 1110111 0 11111 110010 111 10111 1001101 1000110

Color Harmonies of #EDA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA477

Black with #EDA477

Text Example


Text Example

White with #EDA477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA477; }

 p { color: rgb(237,164,119); }

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

background-color css

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

 a { background-color: rgb(237,164,119); }

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

border-color css

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

 span { border-color: rgb(237,164,119); }

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