Html Css Color HEX #EBBF9E Negroni

📋 copy color: '#EBBF9E'

red 235 ◦ green 191 ◦ blue 158

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

Shades of Negroni #EBBF9E

Tints of Negroni #EBBF9E

RGB

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

 GREEN value IS 191 (75% from 255) = 32.71%

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

R = 40.24%
G = 32.71%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBBF9E (or 0xEBBF9E) is known color: Negroni. HEX triplet: EB, BF and 9E. RGB value is (235,191,158). Sum of RGB (Red+Green+Blue) = 235+191+158=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBF9E is #144061. Grayscale: #C8C8C8. Windows color (decimal): -1327202 or 10403819. OLE color: 10403819.

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

Color convert

RGB 235 191 158 -
CMYK 0 0.19 0.33 0.08
HSL 25.71º 0.66% 0.77% -
HSV(B) 25.71º 0.33% 0.92% -
XYZ 59.06 57.39 40.31 -
YUV 200.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 235 191 158 0 0.19 0.33 0.08 25.71 0.66 0.77
Hex EB BF 9E 0 13 21 8 1A 42 4D
Octal 353 277 236 0 23 41 10 32 102 115
Binary 11101011 10111111 10011110 0 10011 100001 1000 11010 1000010 1001101

Color Harmonies of #EBBF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBF9E

Black with #EBBF9E

Text Example


Text Example

White with #EBBF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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