Html Css Color HEX #EFCCA8 Negroni

📋 copy color: '#EFCCA8'

red 239 ◦ green 204 ◦ blue 168

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

Shades of Negroni #EFCCA8

Tints of Negroni #EFCCA8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.39%

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

R = 39.12%
G = 33.39%
B = 27.5%

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

#EFCCA8 (or 0xEFCCA8) is known color: Negroni. HEX triplet: EF, CC and A8. RGB value is (239,204,168). Sum of RGB (Red+Green+Blue) = 239+204+168=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCA8 is #103357. Grayscale: #D2D2D2. Windows color (decimal): -1061720 or 11062511. OLE color: 11062511.

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

Color convert

RGB 239 204 168 -
CMYK 0 0.15 0.30 0.06
HSL 30.42º 0.69% 0.8% -
HSV(B) 30.42º 0.3% 0.94% -
XYZ 64.26 64.36 46.08 -
YUV 210.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 239 204 168 0 0.15 0.30 0.06 30.42 0.69 0.8
Hex EF CC A8 0 F 1E 6 1E 45 50
Octal 357 314 250 0 17 36 6 36 105 120
Binary 11101111 11001100 10101000 0 1111 11110 110 11110 1000101 1010000

Color Harmonies of #EFCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCA8

Black with #EFCCA8

Text Example


Text Example

White with #EFCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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