Html Css Color HEX #EBBE9C Negroni

📋 copy color: '#EBBE9C'

red 235 ◦ green 190 ◦ blue 156

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

Shades of Negroni #EBBE9C

Tints of Negroni #EBBE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.7%

 BLUE value IS 156 (61.33% from 255) = 26.85%

R = 40.45%
G = 32.7%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBBE9C (or 0xEBBE9C) is known color: Negroni. HEX triplet: EB, BE and 9C. RGB value is (235,190,156). Sum of RGB (Red+Green+Blue) = 235+190+156=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE9C is #144163. Grayscale: #C7C7C7. Windows color (decimal): -1327460 or 10272491. OLE color: 10272491.

HSL color Cylindrical-coordinate representation of color #EBBE9C: hue angle of 25.82º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBBE9C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 190 156 -
CMYK 0 0.19 0.34 0.08
HSL 25.82º 0.66% 0.77% -
HSV(B) 25.82º 0.34% 0.92% -
XYZ 58.68 56.89 39.34 -
YUV 199.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 235 190 156 0 0.19 0.34 0.08 25.82 0.66 0.77
Hex EB BE 9C 0 13 22 8 1A 42 4D
Octal 353 276 234 0 23 42 10 32 102 115
Binary 11101011 10111110 10011100 0 10011 100010 1000 11010 1000010 1001101

Color Harmonies of #EBBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE9C

Black with #EBBE9C

Text Example


Text Example

White with #EBBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE9C; }

 p { color: rgb(235,190,156); }

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

background-color css

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

 a { background-color: rgb(235,190,156); }

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

border-color css

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

 span { border-color: rgb(235,190,156); }

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