Html Css Color HEX #EBC09E Negroni

📋 copy color: '#EBC09E'

red 235 ◦ green 192 ◦ blue 158

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

Shades of Negroni #EBC09E

Tints of Negroni #EBC09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.01%

R = 40.17%
G = 32.82%
B = 27.01%

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

#EBC09E (or 0xEBC09E) is known color: Negroni. HEX triplet: EB, C0 and 9E. RGB value is (235,192,158). Sum of RGB (Red+Green+Blue) = 235+192+158=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC09E is #143F61. Grayscale: #C9C9C9. Windows color (decimal): -1326946 or 10404075. OLE color: 10404075.

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

Color convert

RGB 235 192 158 -
CMYK 0 0.18 0.33 0.08
HSL 26.49º 0.66% 0.77% -
HSV(B) 26.49º 0.33% 0.92% -
XYZ 59.28 57.83 40.39 -
YUV 200.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 235 192 158 0 0.18 0.33 0.08 26.49 0.66 0.77
Hex EB C0 9E 0 12 21 8 1A 42 4D
Octal 353 300 236 0 22 41 10 32 102 115
Binary 11101011 11000000 10011110 0 10010 100001 1000 11010 1000010 1001101

Color Harmonies of #EBC09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC09E

Black with #EBC09E

Text Example


Text Example

White with #EBC09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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