Html Css Color HEX #EAB079 Manhattan

📋 copy color: '#EAB079'

red 234 ◦ green 176 ◦ blue 121

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

Shades of Manhattan #EAB079

Tints of Manhattan #EAB079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.79%

R = 44.07%
G = 33.15%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAB079 (or 0xEAB079) is known color: Manhattan. HEX triplet: EA, B0 and 79. RGB value is (234,176,121). Sum of RGB (Red+Green+Blue) = 234+176+121=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB079 is #154F86. Grayscale: #BBBBBB. Windows color (decimal): -1396615 or 7975146. OLE color: 7975146.

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

Color convert

RGB 234 176 121 -
CMYK 0 0.25 0.48 0.08
HSL 29.2º 0.73% 0.7% -
HSV(B) 29.2º 0.48% 0.92% -
XYZ 52.91 49.92 24.94 -
YUV 187.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 234 176 121 0 0.25 0.48 0.08 29.2 0.73 0.7
Hex EA B0 79 0 19 30 8 1D 49 46
Octal 352 260 171 0 31 60 10 35 111 106
Binary 11101010 10110000 1111001 0 11001 110000 1000 11101 1001001 1000110

Color Harmonies of #EAB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB079

Black with #EAB079

Text Example


Text Example

White with #EAB079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB079; }

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

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

background-color css

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

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

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

border-color css

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

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

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