Html Css Color HEX #EEBE9A Negroni

📋 copy color: '#EEBE9A'

red 238 ◦ green 190 ◦ blue 154

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

Shades of Negroni #EEBE9A

Tints of Negroni #EEBE9A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.65%

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

R = 40.89%
G = 32.65%
B = 26.46%

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

#EEBE9A (or 0xEEBE9A) is known color: Negroni. HEX triplet: EE, BE and 9A. RGB value is (238,190,154). Sum of RGB (Red+Green+Blue) = 238+190+154=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBE9A is #114165. Grayscale: #C8C8C8. Windows color (decimal): -1130854 or 10141422. OLE color: 10141422.

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

Color convert

RGB 238 190 154 -
CMYK 0 0.20 0.35 0.07
HSL 25.71º 0.71% 0.77% -
HSV(B) 25.71º 0.35% 0.93% -
XYZ 59.51 57.34 38.5 -
YUV 200.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 238 190 154 0 0.20 0.35 0.07 25.71 0.71 0.77
Hex EE BE 9A 0 14 23 7 1A 47 4D
Octal 356 276 232 0 24 43 7 32 107 115
Binary 11101110 10111110 10011010 0 10100 100011 111 11010 1000111 1001101

Color Harmonies of #EEBE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBE9A

Black with #EEBE9A

Text Example


Text Example

White with #EEBE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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