Html Css Color HEX #EDA76F Tacao

📋 copy color: '#EDA76F'

red 237 ◦ green 167 ◦ blue 111

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

Shades of Tacao #EDA76F

Tints of Tacao #EDA76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.55%

R = 46.02%
G = 32.43%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDA76F (or 0xEDA76F) is known color: Tacao. HEX triplet: ED, A7 and 6F. RGB value is (237,167,111). Sum of RGB (Red+Green+Blue) = 237+167+111=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA76F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA76F is #125890. Grayscale: #B5B5B5. Windows color (decimal): -1202321 or 7317485. OLE color: 7317485.

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

Color convert

RGB 237 167 111 -
CMYK 0 0.30 0.53 0.07
HSL 26.67º 0.78% 0.68% -
HSV(B) 26.67º 0.53% 0.93% -
XYZ 51.61 46.79 21.35 -
YUV 181.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 237 167 111 0 0.30 0.53 0.07 26.67 0.78 0.68
Hex ED A7 6F 0 1E 35 7 1B 4E 44
Octal 355 247 157 0 36 65 7 33 116 104
Binary 11101101 10100111 1101111 0 11110 110101 111 11011 1001110 1000100

Color Harmonies of #EDA76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA76F

Black with #EDA76F

Text Example


Text Example

White with #EDA76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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