Html Css Color HEX #EBC09D Negroni

📋 copy color: '#EBC09D'

red 235 ◦ green 192 ◦ blue 157

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

Shades of Negroni #EBC09D

Tints of Negroni #EBC09D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.88%

 BLUE value IS 157 (61.72% from 255) = 26.88%

R = 40.24%
G = 32.88%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBC09D (or 0xEBC09D) is known color: Negroni. HEX triplet: EB, C0 and 9D. RGB value is (235,192,157). Sum of RGB (Red+Green+Blue) = 235+192+157=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC09D is #143F62. Grayscale: #C9C9C9. Windows color (decimal): -1326947 or 10338539. OLE color: 10338539.

HSL color Cylindrical-coordinate representation of color #EBC09D: hue angle of 26.92º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBC09D is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 157 -
CMYK 0 0.18 0.33 0.08
HSL 26.92º 0.66% 0.77% -
HSV(B) 26.92º 0.33% 0.92% -
XYZ 59.2 57.8 39.93 -
YUV 200.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 235 192 157 0 0.18 0.33 0.08 26.92 0.66 0.77
Hex EB C0 9D 0 12 21 8 1B 42 4D
Octal 353 300 235 0 22 41 10 33 102 115
Binary 11101011 11000000 10011101 0 10010 100001 1000 11011 1000010 1001101

Color Harmonies of #EBC09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC09D

Black with #EBC09D

Text Example


Text Example

White with #EBC09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC09D; }

 p { color: rgb(235,192,157); }

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

background-color css

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

 a { background-color: rgb(235,192,157); }

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

border-color css

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

 span { border-color: rgb(235,192,157); }

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