Html Css Color HEX #EDA87C Tacao

📋 copy color: '#EDA87C'

red 237 ◦ green 168 ◦ blue 124

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

Shades of Tacao #EDA87C

Tints of Tacao #EDA87C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.76%

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

R = 44.8%
G = 31.76%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDA87C (or 0xEDA87C) is known color: Tacao. HEX triplet: ED, A8 and 7C. RGB value is (237,168,124). Sum of RGB (Red+Green+Blue) = 237+168+124=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA87C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA87C is #125783. Grayscale: #B7B7B7. Windows color (decimal): -1202052 or 8169709. OLE color: 8169709.

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

Color convert

RGB 237 168 124 -
CMYK 0 0.29 0.48 0.07
HSL 23.36º 0.76% 0.71% -
HSV(B) 23.36º 0.48% 0.93% -
XYZ 52.57 47.47 25.46 -
YUV 183.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 237 168 124 0 0.29 0.48 0.07 23.36 0.76 0.71
Hex ED A8 7C 0 1D 30 7 17 4C 47
Octal 355 250 174 0 35 60 7 27 114 107
Binary 11101101 10101000 1111100 0 11101 110000 111 10111 1001100 1000111

Color Harmonies of #EDA87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA87C

Black with #EDA87C

Text Example


Text Example

White with #EDA87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA87C; }

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

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

background-color css

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

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

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

border-color css

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

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

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