Html Css Color HEX #EAB08D Manhattan

📋 copy color: '#EAB08D'

red 234 ◦ green 176 ◦ blue 141

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

Shades of Manhattan #EAB08D

Tints of Manhattan #EAB08D

RGB

 RED value IS 234 (91.8% from 255) = 42.47%

 GREEN value IS 176 (69.14% from 255) = 31.94%

 BLUE value IS 141 (55.47% from 255) = 25.59%

R = 42.47%
G = 31.94%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAB08D (or 0xEAB08D) is known color: Manhattan. HEX triplet: EA, B0 and 8D. RGB value is (234,176,141). Sum of RGB (Red+Green+Blue) = 234+176+141=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB08D is #154F72. Grayscale: #BDBDBD. Windows color (decimal): -1396595 or 9285866. OLE color: 9285866.

HSL color Cylindrical-coordinate representation of color #EAB08D: hue angle of 22.58º degrees, saturation: 0.69, 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 #EAB08D is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 141 -
CMYK 0 0.25 0.40 0.08
HSL 22.58º 0.69% 0.74% -
HSV(B) 22.58º 0.4% 0.92% -
XYZ 54.26 50.47 32.08 -
YUV 189.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 234 176 141 0 0.25 0.40 0.08 22.58 0.69 0.74
Hex EA B0 8D 0 19 28 8 17 45 4A
Octal 352 260 215 0 31 50 10 27 105 112
Binary 11101010 10110000 10001101 0 11001 101000 1000 10111 1000101 1001010

Color Harmonies of #EAB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB08D

Black with #EAB08D

Text Example


Text Example

White with #EAB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB08D; }

 p { color: rgb(234,176,141); }

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

background-color css

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

 a { background-color: rgb(234,176,141); }

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

border-color css

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

 span { border-color: rgb(234,176,141); }

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