Html Css Color HEX #EDAB6D Tacao

📋 copy color: '#EDAB6D'

red 237 ◦ green 171 ◦ blue 109

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

Shades of Tacao #EDAB6D

Tints of Tacao #EDAB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.08%

R = 45.84%
G = 33.08%
B = 21.08%

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

#EDAB6D (or 0xEDAB6D) is known color: Tacao. HEX triplet: ED, AB and 6D. RGB value is (237,171,109). Sum of RGB (Red+Green+Blue) = 237+171+109=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB6D is #125492. Grayscale: #B7B7B7. Windows color (decimal): -1201299 or 7187437. OLE color: 7187437.

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

Color convert

RGB 237 171 109 -
CMYK 0 0.28 0.54 0.07
HSL 29.06º 0.78% 0.68% -
HSV(B) 29.06º 0.54% 0.93% -
XYZ 52.25 48.23 21.02 -
YUV 183.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 237 171 109 0 0.28 0.54 0.07 29.06 0.78 0.68
Hex ED AB 6D 0 1C 36 7 1D 4E 44
Octal 355 253 155 0 34 66 7 35 116 104
Binary 11101101 10101011 1101101 0 11100 110110 111 11101 1001110 1000100

Color Harmonies of #EDAB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB6D

Black with #EDAB6D

Text Example


Text Example

White with #EDAB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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