Html Css Color HEX #EDAB6E Tacao

📋 copy color: '#EDAB6E'

red 237 ◦ green 171 ◦ blue 110

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

Shades of Tacao #EDAB6E

Tints of Tacao #EDAB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.01%

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

R = 45.75%
G = 33.01%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDAB6E (or 0xEDAB6E) is known color: Tacao. HEX triplet: ED, AB and 6E. RGB value is (237,171,110). Sum of RGB (Red+Green+Blue) = 237+171+110=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB6E is #125491. Grayscale: #B8B8B8. Windows color (decimal): -1201298 or 7252973. OLE color: 7252973.

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

Color convert

RGB 237 171 110 -
CMYK 0 0.28 0.54 0.07
HSL 28.82º 0.78% 0.68% -
HSV(B) 28.82º 0.54% 0.93% -
XYZ 52.3 48.26 21.31 -
YUV 183.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 237 171 110 0 0.28 0.54 0.07 28.82 0.78 0.68
Hex ED AB 6E 0 1C 36 7 1D 4E 44
Octal 355 253 156 0 34 66 7 35 116 104
Binary 11101101 10101011 1101110 0 11100 110110 111 11101 1001110 1000100

Color Harmonies of #EDAB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB6E

Black with #EDAB6E

Text Example


Text Example

White with #EDAB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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