Html Css Color HEX #EAB085 Manhattan

📋 copy color: '#EAB085'

red 234 ◦ green 176 ◦ blue 133

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

Shades of Manhattan #EAB085

Tints of Manhattan #EAB085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.49%

R = 43.09%
G = 32.41%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EAB085 (or 0xEAB085) is known color: Manhattan. HEX triplet: EA, B0 and 85. RGB value is (234,176,133). Sum of RGB (Red+Green+Blue) = 234+176+133=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB085 is #154F7A. Grayscale: #BCBCBC. Windows color (decimal): -1396603 or 8761578. OLE color: 8761578.

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

Color convert

RGB 234 176 133 -
CMYK 0 0.25 0.43 0.08
HSL 25.54º 0.71% 0.72% -
HSV(B) 25.54º 0.43% 0.92% -
XYZ 53.69 50.24 29.06 -
YUV 188.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 234 176 133 0 0.25 0.43 0.08 25.54 0.71 0.72
Hex EA B0 85 0 19 2B 8 1A 47 48
Octal 352 260 205 0 31 53 10 32 107 110
Binary 11101010 10110000 10000101 0 11001 101011 1000 11010 1000111 1001000

Color Harmonies of #EAB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB085

Black with #EAB085

Text Example


Text Example

White with #EAB085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB085; }

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

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

background-color css

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

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

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

border-color css

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

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

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