Html Css Color HEX #EDAB7E Tacao

📋 copy color: '#EDAB7E'

red 237 ◦ green 171 ◦ blue 126

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

Shades of Tacao #EDAB7E

Tints of Tacao #EDAB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.6%

R = 44.38%
G = 32.02%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDAB7E (or 0xEDAB7E) is known color: Tacao. HEX triplet: ED, AB and 7E. RGB value is (237,171,126). Sum of RGB (Red+Green+Blue) = 237+171+126=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB7E is #125481. Grayscale: #B9B9B9. Windows color (decimal): -1201282 or 8301549. OLE color: 8301549.

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

Color convert

RGB 237 171 126 -
CMYK 0 0.28 0.47 0.07
HSL 24.32º 0.76% 0.71% -
HSV(B) 24.32º 0.47% 0.93% -
XYZ 53.25 48.64 26.32 -
YUV 185.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 237 171 126 0 0.28 0.47 0.07 24.32 0.76 0.71
Hex ED AB 7E 0 1C 2F 7 18 4C 47
Octal 355 253 176 0 34 57 7 30 114 107
Binary 11101101 10101011 1111110 0 11100 101111 111 11000 1001100 1000111

Color Harmonies of #EDAB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB7E

Black with #EDAB7E

Text Example


Text Example

White with #EDAB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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