Html Css Color HEX #EDA77A Tacao

📋 copy color: '#EDA77A'

red 237 ◦ green 167 ◦ blue 122

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

Shades of Tacao #EDA77A

Tints of Tacao #EDA77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.19%

R = 45.06%
G = 31.75%
B = 23.19%

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

#EDA77A (or 0xEDA77A) is known color: Tacao. HEX triplet: ED, A7 and 7A. RGB value is (237,167,122). Sum of RGB (Red+Green+Blue) = 237+167+122=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA77A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA77A is #125885. Grayscale: #B7B7B7. Windows color (decimal): -1202310 or 8038381. OLE color: 8038381.

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

Color convert

RGB 237 167 122 -
CMYK 0 0.30 0.49 0.07
HSL 23.48º 0.76% 0.7% -
HSV(B) 23.48º 0.49% 0.93% -
XYZ 52.26 47.05 24.74 -
YUV 182.8 93.69 166.66 -
System Red Green Blue C M Y K H S L
Decimal 237 167 122 0 0.30 0.49 0.07 23.48 0.76 0.7
Hex ED A7 7A 0 1E 31 7 17 4C 46
Octal 355 247 172 0 36 61 7 27 114 106
Binary 11101101 10100111 1111010 0 11110 110001 111 10111 1001100 1000110

Color Harmonies of #EDA77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA77A

Black with #EDA77A

Text Example


Text Example

White with #EDA77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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