Html Css Color HEX #EBAA7D Manhattan

📋 copy color: '#EBAA7D'

red 235 ◦ green 170 ◦ blue 125

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

Shades of Manhattan #EBAA7D

Tints of Manhattan #EBAA7D

RGB

 RED value IS 235 (92.19% from 255) = 44.34%

 GREEN value IS 170 (66.8% from 255) = 32.08%

 BLUE value IS 125 (49.22% from 255) = 23.58%

R = 44.34%
G = 32.08%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBAA7D (or 0xEBAA7D) is known color: Manhattan. HEX triplet: EB, AA and 7D. RGB value is (235,170,125). Sum of RGB (Red+Green+Blue) = 235+170+125=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA7D is #145582. Grayscale: #B8B8B8. Windows color (decimal): -1332611 or 8235755. OLE color: 8235755.

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

Color convert

RGB 235 170 125 -
CMYK 0 0.28 0.47 0.08
HSL 24.55º 0.73% 0.71% -
HSV(B) 24.55º 0.47% 0.92% -
XYZ 52.34 47.89 25.89 -
YUV 184.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 235 170 125 0 0.28 0.47 0.08 24.55 0.73 0.71
Hex EB AA 7D 0 1C 2F 8 19 49 47
Octal 353 252 175 0 34 57 10 31 111 107
Binary 11101011 10101010 1111101 0 11100 101111 1000 11001 1001001 1000111

Color Harmonies of #EBAA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA7D

Black with #EBAA7D

Text Example


Text Example

White with #EBAA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA7D; }

 p { color: rgb(235,170,125); }

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

background-color css

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

 a { background-color: rgb(235,170,125); }

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

border-color css

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

 span { border-color: rgb(235,170,125); }

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