Html Css Color HEX #EDA977 Tacao

📋 copy color: '#EDA977'

red 237 ◦ green 169 ◦ blue 119

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

Shades of Tacao #EDA977

Tints of Tacao #EDA977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.19%

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

R = 45.14%
G = 32.19%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDA977 (or 0xEDA977) is known color: Tacao. HEX triplet: ED, A9 and 77. RGB value is (237,169,119). Sum of RGB (Red+Green+Blue) = 237+169+119=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA977 is #125688. Grayscale: #B7B7B7. Windows color (decimal): -1201801 or 7842285. OLE color: 7842285.

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

Color convert

RGB 237 169 119 -
CMYK 0 0.29 0.50 0.07
HSL 25.42º 0.77% 0.7% -
HSV(B) 25.42º 0.5% 0.93% -
XYZ 52.44 47.71 23.9 -
YUV 183.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 237 169 119 0 0.29 0.50 0.07 25.42 0.77 0.7
Hex ED A9 77 0 1D 32 7 19 4D 46
Octal 355 251 167 0 35 62 7 31 115 106
Binary 11101101 10101001 1110111 0 11101 110010 111 11001 1001101 1000110

Color Harmonies of #EDA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA977

Black with #EDA977

Text Example


Text Example

White with #EDA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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