Html Css Color HEX #EAAF77 Manhattan

📋 copy color: '#EAAF77'

red 234 ◦ green 175 ◦ blue 119

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

Shades of Manhattan #EAAF77

Tints of Manhattan #EAAF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.14%

 BLUE value IS 119 (46.88% from 255) = 22.54%

R = 44.32%
G = 33.14%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAAF77 (or 0xEAAF77) is known color: Manhattan. HEX triplet: EA, AF and 77. RGB value is (234,175,119). Sum of RGB (Red+Green+Blue) = 234+175+119=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF77 is #155088. Grayscale: #BABABA. Windows color (decimal): -1396873 or 7843818. OLE color: 7843818.

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

Color convert

RGB 234 175 119 -
CMYK 0 0.25 0.49 0.08
HSL 29.22º 0.73% 0.69% -
HSV(B) 29.22º 0.49% 0.92% -
XYZ 52.59 49.48 24.23 -
YUV 186.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 234 175 119 0 0.25 0.49 0.08 29.22 0.73 0.69
Hex EA AF 77 0 19 31 8 1D 49 45
Octal 352 257 167 0 31 61 10 35 111 105
Binary 11101010 10101111 1110111 0 11001 110001 1000 11101 1001001 1000101

Color Harmonies of #EAAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF77

Black with #EAAF77

Text Example


Text Example

White with #EAAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF77; }

 p { color: rgb(234,175,119); }

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

background-color css

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

 a { background-color: rgb(234,175,119); }

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

border-color css

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

 span { border-color: rgb(234,175,119); }

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