Html Css Color HEX #EFC8A3 Negroni

📋 copy color: '#EFC8A3'

red 239 ◦ green 200 ◦ blue 163

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

Shades of Negroni #EFC8A3

Tints of Negroni #EFC8A3

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.22%

 BLUE value IS 163 (64.06% from 255) = 27.08%

R = 39.7%
G = 33.22%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFC8A3 (or 0xEFC8A3) is known color: Negroni. HEX triplet: EF, C8 and A3. RGB value is (239,200,163). Sum of RGB (Red+Green+Blue) = 239+200+163=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC8A3 is #10375C. Grayscale: #CFCFCF. Windows color (decimal): -1062749 or 10733807. OLE color: 10733807.

HSL color Cylindrical-coordinate representation of color #EFC8A3: hue angle of 29.21º degrees, saturation: 0.7, 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 #EFC8A3 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 163 -
CMYK 0 0.16 0.32 0.06
HSL 29.21º 0.7% 0.79% -
HSV(B) 29.21º 0.32% 0.94% -
XYZ 62.86 62.3 43.36 -
YUV 207.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 239 200 163 0 0.16 0.32 0.06 29.21 0.7 0.79
Hex EF C8 A3 0 10 20 6 1D 46 4F
Octal 357 310 243 0 20 40 6 35 106 117
Binary 11101111 11001000 10100011 0 10000 100000 110 11101 1000110 1001111

Color Harmonies of #EFC8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8A3

Black with #EFC8A3

Text Example


Text Example

White with #EFC8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8A3; }

 p { color: rgb(239,200,163); }

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

background-color css

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

 a { background-color: rgb(239,200,163); }

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

border-color css

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

 span { border-color: rgb(239,200,163); }

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