Html Css Color HEX #EDAB77 Tacao

📋 copy color: '#EDAB77'

red 237 ◦ green 171 ◦ blue 119

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

Shades of Tacao #EDAB77

Tints of Tacao #EDAB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.58%

R = 44.97%
G = 32.45%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDAB77 (or 0xEDAB77) is known color: Tacao. HEX triplet: ED, AB and 77. RGB value is (237,171,119). Sum of RGB (Red+Green+Blue) = 237+171+119=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB77 is #125488. Grayscale: #B9B9B9. Windows color (decimal): -1201289 or 7842797. OLE color: 7842797.

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

Color convert

RGB 237 171 119 -
CMYK 0 0.28 0.50 0.07
HSL 26.44º 0.77% 0.7% -
HSV(B) 26.44º 0.5% 0.93% -
XYZ 52.82 48.46 24.02 -
YUV 184.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 237 171 119 0 0.28 0.50 0.07 26.44 0.77 0.7
Hex ED AB 77 0 1C 32 7 1A 4D 46
Octal 355 253 167 0 34 62 7 32 115 106
Binary 11101101 10101011 1110111 0 11100 110010 111 11010 1001101 1000110

Color Harmonies of #EDAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB77

Black with #EDAB77

Text Example


Text Example

White with #EDAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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