Html Css Color HEX #EEC29C Negroni

📋 copy color: '#EEC29C'

red 238 ◦ green 194 ◦ blue 156

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

Shades of Negroni #EEC29C

Tints of Negroni #EEC29C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.99%

 BLUE value IS 156 (61.33% from 255) = 26.53%

R = 40.48%
G = 32.99%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEC29C (or 0xEEC29C) is known color: Negroni. HEX triplet: EE, C2 and 9C. RGB value is (238,194,156). Sum of RGB (Red+Green+Blue) = 238+194+156=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC29C is #113D63. Grayscale: #CBCBCB. Windows color (decimal): -1129828 or 10273518. OLE color: 10273518.

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

Color convert

RGB 238 194 156 -
CMYK 0 0.18 0.34 0.07
HSL 27.8º 0.71% 0.77% -
HSV(B) 27.8º 0.34% 0.93% -
XYZ 60.55 59.16 39.68 -
YUV 202.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 238 194 156 0 0.18 0.34 0.07 27.8 0.71 0.77
Hex EE C2 9C 0 12 22 7 1C 47 4D
Octal 356 302 234 0 22 42 7 34 107 115
Binary 11101110 11000010 10011100 0 10010 100010 111 11100 1000111 1001101

Color Harmonies of #EEC29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC29C

Black with #EEC29C

Text Example


Text Example

White with #EEC29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC29C; }

 p { color: rgb(238,194,156); }

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

background-color css

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

 a { background-color: rgb(238,194,156); }

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

border-color css

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

 span { border-color: rgb(238,194,156); }

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