Html Css Color HEX #EBBF9C Negroni

📋 copy color: '#EBBF9C'

red 235 ◦ green 191 ◦ blue 156

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

Shades of Negroni #EBBF9C

Tints of Negroni #EBBF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 32.82%

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

R = 40.38%
G = 32.82%
B = 26.8%

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

#EBBF9C (or 0xEBBF9C) is known color: Negroni. HEX triplet: EB, BF and 9C. RGB value is (235,191,156). Sum of RGB (Red+Green+Blue) = 235+191+156=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBF9C is #144063. Grayscale: #C8C8C8. Windows color (decimal): -1327204 or 10272747. OLE color: 10272747.

HSL color Cylindrical-coordinate representation of color #EBBF9C: hue angle of 26.58º 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 #EBBF9C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 191 156 -
CMYK 0 0.19 0.34 0.08
HSL 26.58º 0.66% 0.77% -
HSV(B) 26.58º 0.34% 0.92% -
XYZ 58.89 57.32 39.41 -
YUV 200.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 235 191 156 0 0.19 0.34 0.08 26.58 0.66 0.77
Hex EB BF 9C 0 13 22 8 1B 42 4D
Octal 353 277 234 0 23 42 10 33 102 115
Binary 11101011 10111111 10011100 0 10011 100010 1000 11011 1000010 1001101

Color Harmonies of #EBBF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBF9C

Black with #EBBF9C

Text Example


Text Example

White with #EBBF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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