Html Css Color HEX #EDA66E Tacao

📋 copy color: '#EDA66E'

red 237 ◦ green 166 ◦ blue 110

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

Shades of Tacao #EDA66E

Tints of Tacao #EDA66E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.36%

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

R = 46.2%
G = 32.36%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDA66E (or 0xEDA66E) is known color: Tacao. HEX triplet: ED, A6 and 6E. RGB value is (237,166,110). Sum of RGB (Red+Green+Blue) = 237+166+110=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA66E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA66E is #125991. Grayscale: #B5B5B5. Windows color (decimal): -1202578 or 7251693. OLE color: 7251693.

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

Color convert

RGB 237 166 110 -
CMYK 0 0.30 0.54 0.07
HSL 26.46º 0.78% 0.68% -
HSV(B) 26.46º 0.54% 0.93% -
XYZ 51.38 46.4 21 -
YUV 180.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 237 166 110 0 0.30 0.54 0.07 26.46 0.78 0.68
Hex ED A6 6E 0 1E 36 7 1A 4E 44
Octal 355 246 156 0 36 66 7 32 116 104
Binary 11101101 10100110 1101110 0 11110 110110 111 11010 1001110 1000100

Color Harmonies of #EDA66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA66E

Black with #EDA66E

Text Example


Text Example

White with #EDA66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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