Html Css Color HEX #EBB085 Manhattan

📋 copy color: '#EBB085'

red 235 ◦ green 176 ◦ blue 133

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

Shades of Manhattan #EBB085

Tints of Manhattan #EBB085

RGB

 RED value IS 235 (92.19% from 255) = 43.2%

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

 BLUE value IS 133 (52.34% from 255) = 24.45%

R = 43.2%
G = 32.35%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBB085 (or 0xEBB085) is known color: Manhattan. HEX triplet: EB, B0 and 85. RGB value is (235,176,133). Sum of RGB (Red+Green+Blue) = 235+176+133=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB085 is #144F7A. Grayscale: #BCBCBC. Windows color (decimal): -1331067 or 8761579. OLE color: 8761579.

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

Color convert

RGB 235 176 133 -
CMYK 0 0.25 0.43 0.08
HSL 25.29º 0.72% 0.72% -
HSV(B) 25.29º 0.43% 0.92% -
XYZ 54.02 50.41 29.07 -
YUV 188.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 235 176 133 0 0.25 0.43 0.08 25.29 0.72 0.72
Hex EB B0 85 0 19 2B 8 19 48 48
Octal 353 260 205 0 31 53 10 31 110 110
Binary 11101011 10110000 10000101 0 11001 101011 1000 11001 1001000 1001000

Color Harmonies of #EBB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB085

Black with #EBB085

Text Example


Text Example

White with #EBB085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB085; }

 p { color: rgb(235,176,133); }

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

background-color css

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

 a { background-color: rgb(235,176,133); }

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

border-color css

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

 span { border-color: rgb(235,176,133); }

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