Html Css Color HEX #EAB276 Manhattan

📋 copy color: '#EAB276'

red 234 ◦ green 178 ◦ blue 118

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

Shades of Manhattan #EAB276

Tints of Manhattan #EAB276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.26%

R = 44.15%
G = 33.58%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAB276 (or 0xEAB276) is known color: Manhattan. HEX triplet: EA, B2 and 76. RGB value is (234,178,118). Sum of RGB (Red+Green+Blue) = 234+178+118=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB276 is #154D89. Grayscale: #BCBCBC. Windows color (decimal): -1396106 or 7779050. OLE color: 7779050.

HSL color Cylindrical-coordinate representation of color #EAB276: hue angle of 31.03º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAB276 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 178 118 -
CMYK 0 0.24 0.50 0.08
HSL 31.03º 0.73% 0.69% -
HSV(B) 31.03º 0.5% 0.92% -
XYZ 53.12 50.64 24.11 -
YUV 187.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 234 178 118 0 0.24 0.50 0.08 31.03 0.73 0.69
Hex EA B2 76 0 18 32 8 1F 49 45
Octal 352 262 166 0 30 62 10 37 111 105
Binary 11101010 10110010 1110110 0 11000 110010 1000 11111 1001001 1000101

Color Harmonies of #EAB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB276

Black with #EAB276

Text Example


Text Example

White with #EAB276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB276; }

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

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

background-color css

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

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

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

border-color css

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

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

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