Html Css Color HEX #EEC19D Negroni

📋 copy color: '#EEC19D'

red 238 ◦ green 193 ◦ blue 157

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

Shades of Negroni #EEC19D

Tints of Negroni #EEC19D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.82%

 BLUE value IS 157 (61.72% from 255) = 26.7%

R = 40.48%
G = 32.82%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEC19D (or 0xEEC19D) is known color: Negroni. HEX triplet: EE, C1 and 9D. RGB value is (238,193,157). Sum of RGB (Red+Green+Blue) = 238+193+157=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC19D is #113E62. Grayscale: #CACACA. Windows color (decimal): -1130083 or 10338798. OLE color: 10338798.

HSL color Cylindrical-coordinate representation of color #EEC19D: hue angle of 26.67º degrees, saturation: 0.7, 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 #EEC19D is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 193 157 -
CMYK 0 0.19 0.34 0.07
HSL 26.67º 0.7% 0.77% -
HSV(B) 26.67º 0.34% 0.93% -
XYZ 60.42 58.75 40.05 -
YUV 202.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 238 193 157 0 0.19 0.34 0.07 26.67 0.7 0.77
Hex EE C1 9D 0 13 22 7 1B 46 4D
Octal 356 301 235 0 23 42 7 33 106 115
Binary 11101110 11000001 10011101 0 10011 100010 111 11011 1000110 1001101

Color Harmonies of #EEC19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC19D

Black with #EEC19D

Text Example


Text Example

White with #EEC19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC19D; }

 p { color: rgb(238,193,157); }

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

background-color css

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

 a { background-color: rgb(238,193,157); }

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

border-color css

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

 span { border-color: rgb(238,193,157); }

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