Html Css Color HEX #EEC5A5 Negroni

📋 copy color: '#EEC5A5'

red 238 ◦ green 197 ◦ blue 165

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

Shades of Negroni #EEC5A5

Tints of Negroni #EEC5A5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.83%

 BLUE value IS 165 (64.84% from 255) = 27.5%

R = 39.67%
G = 32.83%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EEC5A5 (or 0xEEC5A5) is known color: Negroni. HEX triplet: EE, C5 and A5. RGB value is (238,197,165). Sum of RGB (Red+Green+Blue) = 238+197+165=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC5A5 is #113A5A. Grayscale: #CDCDCD. Windows color (decimal): -1129051 or 10864110. OLE color: 10864110.

HSL color Cylindrical-coordinate representation of color #EEC5A5: hue angle of 26.3º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEC5A5 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 197 165 -
CMYK 0 0.17 0.31 0.07
HSL 26.3º 0.68% 0.79% -
HSV(B) 26.3º 0.31% 0.93% -
XYZ 62.02 60.83 44.07 -
YUV 205.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 238 197 165 0 0.17 0.31 0.07 26.3 0.68 0.79
Hex EE C5 A5 0 11 1F 7 1A 44 4F
Octal 356 305 245 0 21 37 7 32 104 117
Binary 11101110 11000101 10100101 0 10001 11111 111 11010 1000100 1001111

Color Harmonies of #EEC5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC5A5

Black with #EEC5A5

Text Example


Text Example

White with #EEC5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC5A5; }

 p { color: rgb(238,197,165); }

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

background-color css

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

 a { background-color: rgb(238,197,165); }

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

border-color css

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

 span { border-color: rgb(238,197,165); }

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