Html Css Color HEX #EDAB7B Tacao

📋 copy color: '#EDAB7B'

red 237 ◦ green 171 ◦ blue 123

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

Shades of Tacao #EDAB7B

Tints of Tacao #EDAB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.16%

R = 44.63%
G = 32.2%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDAB7B (or 0xEDAB7B) is known color: Tacao. HEX triplet: ED, AB and 7B. RGB value is (237,171,123). Sum of RGB (Red+Green+Blue) = 237+171+123=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB7B is #125484. Grayscale: #B9B9B9. Windows color (decimal): -1201285 or 8104941. OLE color: 8104941.

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

Color convert

RGB 237 171 123 -
CMYK 0 0.28 0.48 0.07
HSL 25.26º 0.76% 0.71% -
HSV(B) 25.26º 0.48% 0.93% -
XYZ 53.06 48.56 25.32 -
YUV 185.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 237 171 123 0 0.28 0.48 0.07 25.26 0.76 0.71
Hex ED AB 7B 0 1C 30 7 19 4C 47
Octal 355 253 173 0 34 60 7 31 114 107
Binary 11101101 10101011 1111011 0 11100 110000 111 11001 1001100 1000111

Color Harmonies of #EDAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB7B

Black with #EDAB7B

Text Example


Text Example

White with #EDAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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