Html Css Color HEX #EAB07D Manhattan

📋 copy color: '#EAB07D'

red 234 ◦ green 176 ◦ blue 125

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

Shades of Manhattan #EAB07D

Tints of Manhattan #EAB07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.36%

R = 43.74%
G = 32.9%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAB07D (or 0xEAB07D) is known color: Manhattan. HEX triplet: EA, B0 and 7D. RGB value is (234,176,125). Sum of RGB (Red+Green+Blue) = 234+176+125=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB07D is #154F82. Grayscale: #BBBBBB. Windows color (decimal): -1396611 or 8237290. OLE color: 8237290.

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

Color convert

RGB 234 176 125 -
CMYK 0 0.25 0.47 0.08
HSL 28.07º 0.72% 0.7% -
HSV(B) 28.07º 0.47% 0.92% -
XYZ 53.16 50.02 26.26 -
YUV 187.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 234 176 125 0 0.25 0.47 0.08 28.07 0.72 0.7
Hex EA B0 7D 0 19 2F 8 1C 48 46
Octal 352 260 175 0 31 57 10 34 110 106
Binary 11101010 10110000 1111101 0 11001 101111 1000 11100 1001000 1000110

Color Harmonies of #EAB07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB07D

Black with #EAB07D

Text Example


Text Example

White with #EAB07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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