Html Css Color HEX #EBC9A5 Negroni

📋 copy color: '#EBC9A5'

red 235 ◦ green 201 ◦ blue 165

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

Shades of Negroni #EBC9A5

Tints of Negroni #EBC9A5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.44%

 BLUE value IS 165 (64.84% from 255) = 27.45%

R = 39.1%
G = 33.44%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBC9A5 (or 0xEBC9A5) is known color: Negroni. HEX triplet: EB, C9 and A5. RGB value is (235,201,165). Sum of RGB (Red+Green+Blue) = 235+201+165=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9A5 is #14365A. Grayscale: #CFCFCF. Windows color (decimal): -1324635 or 10865131. OLE color: 10865131.

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

Color convert

RGB 235 201 165 -
CMYK 0 0.14 0.30 0.08
HSL 30.86º 0.64% 0.78% -
HSV(B) 30.86º 0.3% 0.92% -
XYZ 61.94 62.15 44.33 -
YUV 207.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 235 201 165 0 0.14 0.30 0.08 30.86 0.64 0.78
Hex EB C9 A5 0 E 1E 8 1F 40 4E
Octal 353 311 245 0 16 36 10 37 100 116
Binary 11101011 11001001 10100101 0 1110 11110 1000 11111 1000000 1001110

Color Harmonies of #EBC9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9A5

Black with #EBC9A5

Text Example


Text Example

White with #EBC9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9A5; }

 p { color: rgb(235,201,165); }

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

background-color css

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

 a { background-color: rgb(235,201,165); }

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

border-color css

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

 span { border-color: rgb(235,201,165); }

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