Html Css Color HEX #EFCAA1 Negroni

📋 copy color: '#EFCAA1'

red 239 ◦ green 202 ◦ blue 161

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

Shades of Negroni #EFCAA1

Tints of Negroni #EFCAA1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.55%

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

R = 39.7%
G = 33.55%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFCAA1 (or 0xEFCAA1) is known color: Negroni. HEX triplet: EF, CA and A1. RGB value is (239,202,161). Sum of RGB (Red+Green+Blue) = 239+202+161=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA1 is #10355E. Grayscale: #D0D0D0. Windows color (decimal): -1062239 or 10603247. OLE color: 10603247.

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

Color convert

RGB 239 202 161 -
CMYK 0 0.15 0.33 0.06
HSL 31.54º 0.71% 0.78% -
HSV(B) 31.54º 0.33% 0.94% -
XYZ 63.15 63.16 42.58 -
YUV 208.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 239 202 161 0 0.15 0.33 0.06 31.54 0.71 0.78
Hex EF CA A1 0 F 21 6 20 47 4E
Octal 357 312 241 0 17 41 6 40 107 116
Binary 11101111 11001010 10100001 0 1111 100001 110 100000 1000111 1001110

Color Harmonies of #EFCAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAA1

Black with #EFCAA1

Text Example


Text Example

White with #EFCAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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