Html Css Color HEX #EBBFA3 Negroni

📋 copy color: '#EBBFA3'

red 235 ◦ green 191 ◦ blue 163

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

Shades of Negroni #EBBFA3

Tints of Negroni #EBBFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.67%

R = 39.9%
G = 32.43%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBBFA3 (or 0xEBBFA3) is known color: Negroni. HEX triplet: EB, BF and A3. RGB value is (235,191,163). Sum of RGB (Red+Green+Blue) = 235+191+163=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA3 is #14405C. Grayscale: #C9C9C9. Windows color (decimal): -1327197 or 10731499. OLE color: 10731499.

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

Color convert

RGB 235 191 163 -
CMYK 0 0.19 0.31 0.08
HSL 23.33º 0.64% 0.78% -
HSV(B) 23.33º 0.31% 0.92% -
XYZ 59.5 57.57 42.63 -
YUV 200.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 235 191 163 0 0.19 0.31 0.08 23.33 0.64 0.78
Hex EB BF A3 0 13 1F 8 17 40 4E
Octal 353 277 243 0 23 37 10 27 100 116
Binary 11101011 10111111 10100011 0 10011 11111 1000 10111 1000000 1001110

Color Harmonies of #EBBFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFA3

Black with #EBBFA3

Text Example


Text Example

White with #EBBFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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