Html Css Color HEX #EBC1A5 Negroni

📋 copy color: '#EBC1A5'

red 235 ◦ green 193 ◦ blue 165

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

Shades of Negroni #EBC1A5

Tints of Negroni #EBC1A5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.55%

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

R = 39.63%
G = 32.55%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBC1A5 (or 0xEBC1A5) is known color: Negroni. HEX triplet: EB, C1 and A5. RGB value is (235,193,165). Sum of RGB (Red+Green+Blue) = 235+193+165=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC1A5 is #143E5A. Grayscale: #CACACA. Windows color (decimal): -1326683 or 10863083. OLE color: 10863083.

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

Color convert

RGB 235 193 165 -
CMYK 0 0.18 0.30 0.08
HSL 24º 0.64% 0.78% -
HSV(B) 24º 0.3% 0.92% -
XYZ 60.12 58.52 43.72 -
YUV 202.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 235 193 165 0 0.18 0.30 0.08 24 0.64 0.78
Hex EB C1 A5 0 12 1E 8 18 40 4E
Octal 353 301 245 0 22 36 10 30 100 116
Binary 11101011 11000001 10100101 0 10010 11110 1000 11000 1000000 1001110

Color Harmonies of #EBC1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1A5

Black with #EBC1A5

Text Example


Text Example

White with #EBC1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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