Html Css Color HEX #EDAB71 Tacao

📋 copy color: '#EDAB71'

red 237 ◦ green 171 ◦ blue 113

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

Shades of Tacao #EDAB71

Tints of Tacao #EDAB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.69%

R = 45.49%
G = 32.82%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDAB71 (or 0xEDAB71) is known color: Tacao. HEX triplet: ED, AB and 71. RGB value is (237,171,113). Sum of RGB (Red+Green+Blue) = 237+171+113=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB71 is #12548E. Grayscale: #B8B8B8. Windows color (decimal): -1201295 or 7449581. OLE color: 7449581.

HSL color Cylindrical-coordinate representation of color #EDAB71: hue angle of 28.06º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDAB71 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 113 -
CMYK 0 0.28 0.52 0.07
HSL 28.06º 0.78% 0.69% -
HSV(B) 28.06º 0.52% 0.93% -
XYZ 52.47 48.32 22.18 -
YUV 184.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 237 171 113 0 0.28 0.52 0.07 28.06 0.78 0.69
Hex ED AB 71 0 1C 34 7 1C 4E 45
Octal 355 253 161 0 34 64 7 34 116 105
Binary 11101101 10101011 1110001 0 11100 110100 111 11100 1001110 1000101

Color Harmonies of #EDAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB71

Black with #EDAB71

Text Example


Text Example

White with #EDAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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