Html Css Color HEX #EEBF9A Negroni

📋 copy color: '#EEBF9A'

red 238 ◦ green 191 ◦ blue 154

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

Shades of Negroni #EEBF9A

Tints of Negroni #EEBF9A

RGB

 RED value IS 238 (93.36% from 255) = 40.82%

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

 BLUE value IS 154 (60.55% from 255) = 26.42%

R = 40.82%
G = 32.76%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EEBF9A (or 0xEEBF9A) is known color: Negroni. HEX triplet: EE, BF and 9A. RGB value is (238,191,154). Sum of RGB (Red+Green+Blue) = 238+191+154=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBF9A is #114065. Grayscale: #C9C9C9. Windows color (decimal): -1130598 or 10141678. OLE color: 10141678.

HSL color Cylindrical-coordinate representation of color #EEBF9A: hue angle of 26.43º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEBF9A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 154 -
CMYK 0 0.20 0.35 0.07
HSL 26.43º 0.71% 0.77% -
HSV(B) 26.43º 0.35% 0.93% -
XYZ 59.72 57.77 38.58 -
YUV 200.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 238 191 154 0 0.20 0.35 0.07 26.43 0.71 0.77
Hex EE BF 9A 0 14 23 7 1A 47 4D
Octal 356 277 232 0 24 43 7 32 107 115
Binary 11101110 10111111 10011010 0 10100 100011 111 11010 1000111 1001101

Color Harmonies of #EEBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF9A

Black with #EEBF9A

Text Example


Text Example

White with #EEBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF9A; }

 p { color: rgb(238,191,154); }

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

background-color css

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

 a { background-color: rgb(238,191,154); }

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

border-color css

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

 span { border-color: rgb(238,191,154); }

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