Html Css Color HEX #EFC29B Negroni

📋 copy color: '#EFC29B'

red 239 ◦ green 194 ◦ blue 155

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

Shades of Negroni #EFC29B

Tints of Negroni #EFC29B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.99%

 BLUE value IS 155 (60.94% from 255) = 26.36%

R = 40.65%
G = 32.99%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFC29B (or 0xEFC29B) is known color: Negroni. HEX triplet: EF, C2 and 9B. RGB value is (239,194,155). Sum of RGB (Red+Green+Blue) = 239+194+155=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC29B is #103D64. Grayscale: #CBCBCB. Windows color (decimal): -1064293 or 10207983. OLE color: 10207983.

HSL color Cylindrical-coordinate representation of color #EFC29B: hue angle of 27.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFC29B is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 194 155 -
CMYK 0 0.19 0.35 0.06
HSL 27.86º 0.72% 0.77% -
HSV(B) 27.86º 0.35% 0.94% -
XYZ 60.8 59.3 39.25 -
YUV 203.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 239 194 155 0 0.19 0.35 0.06 27.86 0.72 0.77
Hex EF C2 9B 0 13 23 6 1C 48 4D
Octal 357 302 233 0 23 43 6 34 110 115
Binary 11101111 11000010 10011011 0 10011 100011 110 11100 1001000 1001101

Color Harmonies of #EFC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC29B

Black with #EFC29B

Text Example


Text Example

White with #EFC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC29B; }

 p { color: rgb(239,194,155); }

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

background-color css

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

 a { background-color: rgb(239,194,155); }

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

border-color css

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

 span { border-color: rgb(239,194,155); }

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