Html Css Color HEX #EFCAA3 Negroni

📋 copy color: '#EFCAA3'

red 239 ◦ green 202 ◦ blue 163

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

Shades of Negroni #EFCAA3

Tints of Negroni #EFCAA3

RGB

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

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

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

R = 39.57%
G = 33.44%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFCAA3 (or 0xEFCAA3) is known color: Negroni. HEX triplet: EF, CA and A3. RGB value is (239,202,163). Sum of RGB (Red+Green+Blue) = 239+202+163=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA3 is #10355C. Grayscale: #D0D0D0. Windows color (decimal): -1062237 or 10734319. OLE color: 10734319.

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

Color convert

RGB 239 202 163 -
CMYK 0 0.15 0.32 0.06
HSL 30.79º 0.7% 0.79% -
HSV(B) 30.79º 0.32% 0.94% -
XYZ 63.33 63.24 43.52 -
YUV 208.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 239 202 163 0 0.15 0.32 0.06 30.79 0.7 0.79
Hex EF CA A3 0 F 20 6 1F 46 4F
Octal 357 312 243 0 17 40 6 37 106 117
Binary 11101111 11001010 10100011 0 1111 100000 110 11111 1000110 1001111

Color Harmonies of #EFCAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAA3

Black with #EFCAA3

Text Example


Text Example

White with #EFCAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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