Html Css Color HEX #EDA86E Tacao

📋 copy color: '#EDA86E'

red 237 ◦ green 168 ◦ blue 110

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

Shades of Tacao #EDA86E

Tints of Tacao #EDA86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.36%

R = 46.02%
G = 32.62%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDA86E (or 0xEDA86E) is known color: Tacao. HEX triplet: ED, A8 and 6E. RGB value is (237,168,110). Sum of RGB (Red+Green+Blue) = 237+168+110=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA86E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA86E is #125791. Grayscale: #B6B6B6. Windows color (decimal): -1202066 or 7252205. OLE color: 7252205.

HSL color Cylindrical-coordinate representation of color #EDA86E: hue angle of 27.4º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDA86E is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 110 -
CMYK 0 0.29 0.54 0.07
HSL 27.4º 0.78% 0.68% -
HSV(B) 27.4º 0.54% 0.93% -
XYZ 51.74 47.14 21.12 -
YUV 182.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 237 168 110 0 0.29 0.54 0.07 27.4 0.78 0.68
Hex ED A8 6E 0 1D 36 7 1B 4E 44
Octal 355 250 156 0 35 66 7 33 116 104
Binary 11101101 10101000 1101110 0 11101 110110 111 11011 1001110 1000100

Color Harmonies of #EDA86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA86E

Black with #EDA86E

Text Example


Text Example

White with #EDA86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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