Html Css Color HEX #EFC7A2 Negroni

📋 copy color: '#EFC7A2'

red 239 ◦ green 199 ◦ blue 162

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

Shades of Negroni #EFC7A2

Tints of Negroni #EFC7A2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.17%

 BLUE value IS 162 (63.67% from 255) = 27%

R = 39.83%
G = 33.17%
B = 27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFC7A2 (or 0xEFC7A2) is known color: Negroni. HEX triplet: EF, C7 and A2. RGB value is (239,199,162). Sum of RGB (Red+Green+Blue) = 239+199+162=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC7A2 is #10385D. Grayscale: #CECECE. Windows color (decimal): -1063006 or 10668015. OLE color: 10668015.

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

Color convert

RGB 239 199 162 -
CMYK 0 0.17 0.32 0.06
HSL 28.83º 0.71% 0.79% -
HSV(B) 28.83º 0.32% 0.94% -
XYZ 62.54 61.81 42.82 -
YUV 206.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 239 199 162 0 0.17 0.32 0.06 28.83 0.71 0.79
Hex EF C7 A2 0 11 20 6 1D 47 4F
Octal 357 307 242 0 21 40 6 35 107 117
Binary 11101111 11000111 10100010 0 10001 100000 110 11101 1000111 1001111

Color Harmonies of #EFC7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7A2

Black with #EFC7A2

Text Example


Text Example

White with #EFC7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7A2; }

 p { color: rgb(239,199,162); }

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

background-color css

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

 a { background-color: rgb(239,199,162); }

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

border-color css

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

 span { border-color: rgb(239,199,162); }

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