Html Css Color HEX #EFCAA0 Negroni

📋 copy color: '#EFCAA0'

red 239 ◦ green 202 ◦ blue 160

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

Shades of Negroni #EFCAA0

Tints of Negroni #EFCAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.62%

R = 39.77%
G = 33.61%
B = 26.62%

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

#EFCAA0 (or 0xEFCAA0) is known color: Negroni. HEX triplet: EF, CA and A0. RGB value is (239,202,160). Sum of RGB (Red+Green+Blue) = 239+202+160=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA0 is #10355F. Grayscale: #D0D0D0. Windows color (decimal): -1062240 or 10537711. OLE color: 10537711.

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

Color convert

RGB 239 202 160 -
CMYK 0 0.15 0.33 0.06
HSL 31.9º 0.71% 0.78% -
HSV(B) 31.9º 0.33% 0.94% -
XYZ 63.06 63.13 42.12 -
YUV 208.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 239 202 160 0 0.15 0.33 0.06 31.9 0.71 0.78
Hex EF CA A0 0 F 21 6 20 47 4E
Octal 357 312 240 0 17 41 6 40 107 116
Binary 11101111 11001010 10100000 0 1111 100001 110 100000 1000111 1001110

Color Harmonies of #EFCAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAA0

Black with #EFCAA0

Text Example


Text Example

White with #EFCAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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