Html Css Color HEX #EAB082 Manhattan

📋 copy color: '#EAB082'

red 234 ◦ green 176 ◦ blue 130

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

Shades of Manhattan #EAB082

Tints of Manhattan #EAB082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.07%

R = 43.33%
G = 32.59%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAB082 (or 0xEAB082) is known color: Manhattan. HEX triplet: EA, B0 and 82. RGB value is (234,176,130). Sum of RGB (Red+Green+Blue) = 234+176+130=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB082 is #154F7D. Grayscale: #BCBCBC. Windows color (decimal): -1396606 or 8564970. OLE color: 8564970.

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

Color convert

RGB 234 176 130 -
CMYK 0 0.25 0.44 0.08
HSL 26.54º 0.71% 0.71% -
HSV(B) 26.54º 0.44% 0.92% -
XYZ 53.49 50.15 27.98 -
YUV 188.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 234 176 130 0 0.25 0.44 0.08 26.54 0.71 0.71
Hex EA B0 82 0 19 2C 8 1B 47 47
Octal 352 260 202 0 31 54 10 33 107 107
Binary 11101010 10110000 10000010 0 11001 101100 1000 11011 1000111 1000111

Color Harmonies of #EAB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB082

Black with #EAB082

Text Example


Text Example

White with #EAB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB082; }

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

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

background-color css

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

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

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

border-color css

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

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

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