Html Css Color HEX #EAB48A Manhattan

📋 copy color: '#EAB48A'

red 234 ◦ green 180 ◦ blue 138

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

Shades of Manhattan #EAB48A

Tints of Manhattan #EAB48A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.61%

 BLUE value IS 138 (54.3% from 255) = 25%

R = 42.39%
G = 32.61%
B = 25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAB48A (or 0xEAB48A) is known color: Manhattan. HEX triplet: EA, B4 and 8A. RGB value is (234,180,138). Sum of RGB (Red+Green+Blue) = 234+180+138=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB48A is #154B75. Grayscale: #BFBFBF. Windows color (decimal): -1395574 or 9090282. OLE color: 9090282.

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

Color convert

RGB 234 180 138 -
CMYK 0 0.23 0.41 0.08
HSL 26.25º 0.7% 0.73% -
HSV(B) 26.25º 0.41% 0.92% -
XYZ 54.84 51.97 31.19 -
YUV 191.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 234 180 138 0 0.23 0.41 0.08 26.25 0.7 0.73
Hex EA B4 8A 0 17 29 8 1A 46 49
Octal 352 264 212 0 27 51 10 32 106 111
Binary 11101010 10110100 10001010 0 10111 101001 1000 11010 1000110 1001001

Color Harmonies of #EAB48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB48A

Black with #EAB48A

Text Example


Text Example

White with #EAB48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB48A; }

 p { color: rgb(234,180,138); }

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

background-color css

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

 a { background-color: rgb(234,180,138); }

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

border-color css

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

 span { border-color: rgb(234,180,138); }

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