Html Css Color HEX #EBAF8C Manhattan

📋 copy color: '#EBAF8C'

red 235 ◦ green 175 ◦ blue 140

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

Shades of Manhattan #EBAF8C

Tints of Manhattan #EBAF8C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.82%

 BLUE value IS 140 (55.08% from 255) = 25.45%

R = 42.73%
G = 31.82%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBAF8C (or 0xEBAF8C) is known color: Manhattan. HEX triplet: EB, AF and 8C. RGB value is (235,175,140). Sum of RGB (Red+Green+Blue) = 235+175+140=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF8C is #145073. Grayscale: #BDBDBD. Windows color (decimal): -1331316 or 9220075. OLE color: 9220075.

HSL color Cylindrical-coordinate representation of color #EBAF8C: hue angle of 22.11º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBAF8C is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 175 140 -
CMYK 0 0.26 0.40 0.08
HSL 22.11º 0.7% 0.74% -
HSV(B) 22.11º 0.4% 0.92% -
XYZ 54.32 50.22 31.64 -
YUV 188.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 235 175 140 0 0.26 0.40 0.08 22.11 0.7 0.74
Hex EB AF 8C 0 1A 28 8 16 46 4A
Octal 353 257 214 0 32 50 10 26 106 112
Binary 11101011 10101111 10001100 0 11010 101000 1000 10110 1000110 1001010

Color Harmonies of #EBAF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF8C

Black with #EBAF8C

Text Example


Text Example

White with #EBAF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF8C; }

 p { color: rgb(235,175,140); }

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

background-color css

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

 a { background-color: rgb(235,175,140); }

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

border-color css

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

 span { border-color: rgb(235,175,140); }

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