Html Css Color HEX #EAB284 Manhattan

📋 copy color: '#EAB284'

red 234 ◦ green 178 ◦ blue 132

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

Shades of Manhattan #EAB284

Tints of Manhattan #EAB284

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.72%

 BLUE value IS 132 (51.95% from 255) = 24.26%

R = 43.01%
G = 32.72%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAB284 (or 0xEAB284) is known color: Manhattan. HEX triplet: EA, B2 and 84. RGB value is (234,178,132). Sum of RGB (Red+Green+Blue) = 234+178+132=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB284 is #154D7B. Grayscale: #BDBDBD. Windows color (decimal): -1396092 or 8696554. OLE color: 8696554.

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

Color convert

RGB 234 178 132 -
CMYK 0 0.24 0.44 0.08
HSL 27.06º 0.71% 0.72% -
HSV(B) 27.06º 0.44% 0.92% -
XYZ 54.02 51 28.83 -
YUV 189.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 234 178 132 0 0.24 0.44 0.08 27.06 0.71 0.72
Hex EA B2 84 0 18 2C 8 1B 47 48
Octal 352 262 204 0 30 54 10 33 107 110
Binary 11101010 10110010 10000100 0 11000 101100 1000 11011 1000111 1001000

Color Harmonies of #EAB284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB284

Black with #EAB284

Text Example


Text Example

White with #EAB284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB284; }

 p { color: rgb(234,178,132); }

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

background-color css

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

 a { background-color: rgb(234,178,132); }

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

border-color css

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

 span { border-color: rgb(234,178,132); }

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