Html Css Color HEX #EDA779 Tacao

📋 copy color: '#EDA779'

red 237 ◦ green 167 ◦ blue 121

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

Shades of Tacao #EDA779

Tints of Tacao #EDA779

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.81%

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

R = 45.14%
G = 31.81%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDA779 (or 0xEDA779) is known color: Tacao. HEX triplet: ED, A7 and 79. RGB value is (237,167,121). Sum of RGB (Red+Green+Blue) = 237+167+121=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA779 is #125886. Grayscale: #B6B6B6. Windows color (decimal): -1202311 or 7972845. OLE color: 7972845.

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

Color convert

RGB 237 167 121 -
CMYK 0 0.30 0.49 0.07
HSL 23.79º 0.76% 0.7% -
HSV(B) 23.79º 0.49% 0.93% -
XYZ 52.19 47.02 24.41 -
YUV 182.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 237 167 121 0 0.30 0.49 0.07 23.79 0.76 0.7
Hex ED A7 79 0 1E 31 7 18 4C 46
Octal 355 247 171 0 36 61 7 30 114 106
Binary 11101101 10100111 1111001 0 11110 110001 111 11000 1001100 1000110

Color Harmonies of #EDA779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA779

Black with #EDA779

Text Example


Text Example

White with #EDA779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA779; }

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

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

background-color css

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

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

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

border-color css

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

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

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