Html Css Color HEX #EBC39F Negroni

📋 copy color: '#EBC39F'

red 235 ◦ green 195 ◦ blue 159

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

Shades of Negroni #EBC39F

Tints of Negroni #EBC39F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.11%

 BLUE value IS 159 (62.5% from 255) = 26.99%

R = 39.9%
G = 33.11%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBC39F (or 0xEBC39F) is known color: Negroni. HEX triplet: EB, C3 and 9F. RGB value is (235,195,159). Sum of RGB (Red+Green+Blue) = 235+195+159=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC39F is #143C60. Grayscale: #CBCBCB. Windows color (decimal): -1326177 or 10470379. OLE color: 10470379.

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

Color convert

RGB 235 195 159 -
CMYK 0 0.17 0.32 0.08
HSL 28.42º 0.66% 0.77% -
HSV(B) 28.42º 0.32% 0.92% -
XYZ 60.03 59.2 41.06 -
YUV 202.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 235 195 159 0 0.17 0.32 0.08 28.42 0.66 0.77
Hex EB C3 9F 0 11 20 8 1C 42 4D
Octal 353 303 237 0 21 40 10 34 102 115
Binary 11101011 11000011 10011111 0 10001 100000 1000 11100 1000010 1001101

Color Harmonies of #EBC39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC39F

Black with #EBC39F

Text Example


Text Example

White with #EBC39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC39F; }

 p { color: rgb(235,195,159); }

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

background-color css

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

 a { background-color: rgb(235,195,159); }

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

border-color css

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

 span { border-color: rgb(235,195,159); }

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