Html Css Color HEX #EDA96E Tacao

📋 copy color: '#EDA96E'

red 237 ◦ green 169 ◦ blue 110

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

Shades of Tacao #EDA96E

Tints of Tacao #EDA96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.75%

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

R = 45.93%
G = 32.75%
B = 21.32%

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

#EDA96E (or 0xEDA96E) is known color: Tacao. HEX triplet: ED, A9 and 6E. RGB value is (237,169,110). Sum of RGB (Red+Green+Blue) = 237+169+110=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA96E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA96E is #125691. Grayscale: #B6B6B6. Windows color (decimal): -1201810 or 7252461. OLE color: 7252461.

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

Color convert

RGB 237 169 110 -
CMYK 0 0.29 0.54 0.07
HSL 27.87º 0.78% 0.68% -
HSV(B) 27.87º 0.54% 0.93% -
XYZ 51.93 47.51 21.18 -
YUV 182.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 237 169 110 0 0.29 0.54 0.07 27.87 0.78 0.68
Hex ED A9 6E 0 1D 36 7 1C 4E 44
Octal 355 251 156 0 35 66 7 34 116 104
Binary 11101101 10101001 1101110 0 11101 110110 111 11100 1001110 1000100

Color Harmonies of #EDA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA96E

Black with #EDA96E

Text Example


Text Example

White with #EDA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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