Html Css Color HEX #EDA479 Tacao

📋 copy color: '#EDA479'

red 237 ◦ green 164 ◦ blue 121

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

Shades of Tacao #EDA479

Tints of Tacao #EDA479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.18%

R = 45.4%
G = 31.42%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDA479 (or 0xEDA479) is known color: Tacao. HEX triplet: ED, A4 and 79. RGB value is (237,164,121). Sum of RGB (Red+Green+Blue) = 237+164+121=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA479 is #125B86. Grayscale: #B5B5B5. Windows color (decimal): -1203079 or 7972077. OLE color: 7972077.

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

Color convert

RGB 237 164 121 -
CMYK 0 0.31 0.49 0.07
HSL 22.24º 0.76% 0.7% -
HSV(B) 22.24º 0.49% 0.93% -
XYZ 51.65 45.94 24.23 -
YUV 180.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 237 164 121 0 0.31 0.49 0.07 22.24 0.76 0.7
Hex ED A4 79 0 1F 31 7 16 4C 46
Octal 355 244 171 0 37 61 7 26 114 106
Binary 11101101 10100100 1111001 0 11111 110001 111 10110 1001100 1000110

Color Harmonies of #EDA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA479

Black with #EDA479

Text Example


Text Example

White with #EDA479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA479; }

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

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

background-color css

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

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

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

border-color css

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

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

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