Html Css Color HEX #EAB075 Manhattan

📋 copy color: '#EAB075'

red 234 ◦ green 176 ◦ blue 117

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

Shades of Manhattan #EAB075

Tints of Manhattan #EAB075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.2%

R = 44.4%
G = 33.4%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAB075 (or 0xEAB075) is known color: Manhattan. HEX triplet: EA, B0 and 75. RGB value is (234,176,117). Sum of RGB (Red+Green+Blue) = 234+176+117=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB075 is #154F8A. Grayscale: #BABABA. Windows color (decimal): -1396619 or 7713002. OLE color: 7713002.

HSL color Cylindrical-coordinate representation of color #EAB075: hue angle of 30.26º degrees, saturation: 0.74, 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 #EAB075 is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 117 -
CMYK 0 0.25 0.5 0.08
HSL 30.26º 0.74% 0.69% -
HSV(B) 30.26º 0.5% 0.92% -
XYZ 52.67 49.83 23.67 -
YUV 186.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 234 176 117 0 0.25 0.5 0.08 30.26 0.74 0.69
Hex EA B0 75 0 19 32 8 1E 4A 45
Octal 352 260 165 0 31 62 10 36 112 105
Binary 11101010 10110000 1110101 0 11001 110010 1000 11110 1001010 1000101

Color Harmonies of #EAB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB075

Black with #EAB075

Text Example


Text Example

White with #EAB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB075; }

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

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

background-color css

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

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

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

border-color css

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

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

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