Html Css Color HEX #EFC5A1 Negroni

📋 copy color: '#EFC5A1'

red 239 ◦ green 197 ◦ blue 161

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

Shades of Negroni #EFC5A1

Tints of Negroni #EFC5A1

RGB

 RED value IS 239 (93.75% from 255) = 40.03%

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

 BLUE value IS 161 (63.28% from 255) = 26.97%

R = 40.03%
G = 33%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFC5A1 (or 0xEFC5A1) is known color: Negroni. HEX triplet: EF, C5 and A1. RGB value is (239,197,161). Sum of RGB (Red+Green+Blue) = 239+197+161=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5A1 is #103A5E. Grayscale: #CDCDCD. Windows color (decimal): -1063519 or 10601967. OLE color: 10601967.

HSL color Cylindrical-coordinate representation of color #EFC5A1: hue angle of 27.69º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFC5A1 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 197 161 -
CMYK 0 0.18 0.33 0.06
HSL 27.69º 0.71% 0.78% -
HSV(B) 27.69º 0.33% 0.94% -
XYZ 62 60.86 42.2 -
YUV 205.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 239 197 161 0 0.18 0.33 0.06 27.69 0.71 0.78
Hex EF C5 A1 0 12 21 6 1C 47 4E
Octal 357 305 241 0 22 41 6 34 107 116
Binary 11101111 11000101 10100001 0 10010 100001 110 11100 1000111 1001110

Color Harmonies of #EFC5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5A1

Black with #EFC5A1

Text Example


Text Example

White with #EFC5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5A1; }

 p { color: rgb(239,197,161); }

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

background-color css

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

 a { background-color: rgb(239,197,161); }

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

border-color css

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

 span { border-color: rgb(239,197,161); }

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