Html Css Color HEX #EBC2A5 Negroni

📋 copy color: '#EBC2A5'

red 235 ◦ green 194 ◦ blue 165

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

Shades of Negroni #EBC2A5

Tints of Negroni #EBC2A5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.66%

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

R = 39.56%
G = 32.66%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBC2A5 (or 0xEBC2A5) is known color: Negroni. HEX triplet: EB, C2 and A5. RGB value is (235,194,165). Sum of RGB (Red+Green+Blue) = 235+194+165=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2A5 is #143D5A. Grayscale: #CBCBCB. Windows color (decimal): -1326427 or 10863339. OLE color: 10863339.

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

Color convert

RGB 235 194 165 -
CMYK 0 0.17 0.30 0.08
HSL 24.86º 0.64% 0.78% -
HSV(B) 24.86º 0.3% 0.92% -
XYZ 60.34 58.96 43.8 -
YUV 202.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 235 194 165 0 0.17 0.30 0.08 24.86 0.64 0.78
Hex EB C2 A5 0 11 1E 8 19 40 4E
Octal 353 302 245 0 21 36 10 31 100 116
Binary 11101011 11000010 10100101 0 10001 11110 1000 11001 1000000 1001110

Color Harmonies of #EBC2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2A5

Black with #EBC2A5

Text Example


Text Example

White with #EBC2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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