Html Css Color HEX #EFCAA8 Negroni

📋 copy color: '#EFCAA8'

red 239 ◦ green 202 ◦ blue 168

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

Shades of Negroni #EFCAA8

Tints of Negroni #EFCAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.59%

R = 39.24%
G = 33.17%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFCAA8 (or 0xEFCAA8) is known color: Negroni. HEX triplet: EF, CA and A8. RGB value is (239,202,168). Sum of RGB (Red+Green+Blue) = 239+202+168=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA8 is #103557. Grayscale: #D1D1D1. Windows color (decimal): -1062232 or 11061999. OLE color: 11061999.

HSL color Cylindrical-coordinate representation of color #EFCAA8: hue angle of 28.73º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFCAA8 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 168 -
CMYK 0 0.15 0.30 0.06
HSL 28.73º 0.69% 0.8% -
HSV(B) 28.73º 0.3% 0.94% -
XYZ 63.79 63.42 45.93 -
YUV 209.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 239 202 168 0 0.15 0.30 0.06 28.73 0.69 0.8
Hex EF CA A8 0 F 1E 6 1D 45 50
Octal 357 312 250 0 17 36 6 35 105 120
Binary 11101111 11001010 10101000 0 1111 11110 110 11101 1000101 1010000

Color Harmonies of #EFCAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAA8

Black with #EFCAA8

Text Example


Text Example

White with #EFCAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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