Html Css Color HEX #EDA96F Tacao

📋 copy color: '#EDA96F'

red 237 ◦ green 169 ◦ blue 111

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

Shades of Tacao #EDA96F

Tints of Tacao #EDA96F

RGB

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

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

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

R = 45.84%
G = 32.69%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDA96F (or 0xEDA96F) is known color: Tacao. HEX triplet: ED, A9 and 6F. RGB value is (237,169,111). Sum of RGB (Red+Green+Blue) = 237+169+111=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA96F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA96F is #125690. Grayscale: #B7B7B7. Windows color (decimal): -1201809 or 7317997. OLE color: 7317997.

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

Color convert

RGB 237 169 111 -
CMYK 0 0.29 0.53 0.07
HSL 27.62º 0.78% 0.68% -
HSV(B) 27.62º 0.53% 0.93% -
XYZ 51.98 47.53 21.47 -
YUV 182.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 237 169 111 0 0.29 0.53 0.07 27.62 0.78 0.68
Hex ED A9 6F 0 1D 35 7 1C 4E 44
Octal 355 251 157 0 35 65 7 34 116 104
Binary 11101101 10101001 1101111 0 11101 110101 111 11100 1001110 1000100

Color Harmonies of #EDA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA96F

Black with #EDA96F

Text Example


Text Example

White with #EDA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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