Html Css Color HEX #EFC2A1 Negroni

📋 copy color: '#EFC2A1'

red 239 ◦ green 194 ◦ blue 161

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

Shades of Negroni #EFC2A1

Tints of Negroni #EFC2A1

RGB

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

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

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

R = 40.24%
G = 32.66%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFC2A1 (or 0xEFC2A1) is known color: Negroni. HEX triplet: EF, C2 and A1. RGB value is (239,194,161). Sum of RGB (Red+Green+Blue) = 239+194+161=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2A1 is #103D5E. Grayscale: #CBCBCB. Windows color (decimal): -1064287 or 10601199. OLE color: 10601199.

HSL color Cylindrical-coordinate representation of color #EFC2A1: hue angle of 25.38º 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 #EFC2A1 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 194 161 -
CMYK 0 0.19 0.33 0.06
HSL 25.38º 0.71% 0.78% -
HSV(B) 25.38º 0.33% 0.94% -
XYZ 61.32 59.51 41.97 -
YUV 203.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 239 194 161 0 0.19 0.33 0.06 25.38 0.71 0.78
Hex EF C2 A1 0 13 21 6 19 47 4E
Octal 357 302 241 0 23 41 6 31 107 116
Binary 11101111 11000010 10100001 0 10011 100001 110 11001 1000111 1001110

Color Harmonies of #EFC2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2A1

Black with #EFC2A1

Text Example


Text Example

White with #EFC2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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