Html Css Color HEX #EDA77C Tacao

📋 copy color: '#EDA77C'

red 237 ◦ green 167 ◦ blue 124

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

Shades of Tacao #EDA77C

Tints of Tacao #EDA77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.48%

R = 44.89%
G = 31.63%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDA77C (or 0xEDA77C) is known color: Tacao. HEX triplet: ED, A7 and 7C. RGB value is (237,167,124). Sum of RGB (Red+Green+Blue) = 237+167+124=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA77C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA77C is #125883. Grayscale: #B7B7B7. Windows color (decimal): -1202308 or 8169453. OLE color: 8169453.

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

Color convert

RGB 237 167 124 -
CMYK 0 0.30 0.48 0.07
HSL 22.83º 0.76% 0.71% -
HSV(B) 22.83º 0.48% 0.93% -
XYZ 52.38 47.1 25.4 -
YUV 183.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 237 167 124 0 0.30 0.48 0.07 22.83 0.76 0.71
Hex ED A7 7C 0 1E 30 7 17 4C 47
Octal 355 247 174 0 36 60 7 27 114 107
Binary 11101101 10100111 1111100 0 11110 110000 111 10111 1001100 1000111

Color Harmonies of #EDA77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA77C

Black with #EDA77C

Text Example


Text Example

White with #EDA77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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