Html Css Color HEX #EFC09B Negroni

📋 copy color: '#EFC09B'

red 239 ◦ green 192 ◦ blue 155

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

Shades of Negroni #EFC09B

Tints of Negroni #EFC09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.76%

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

R = 40.78%
G = 32.76%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFC09B (or 0xEFC09B) is known color: Negroni. HEX triplet: EF, C0 and 9B. RGB value is (239,192,155). Sum of RGB (Red+Green+Blue) = 239+192+155=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC09B is #103F64. Grayscale: #CACACA. Windows color (decimal): -1064805 or 10207471. OLE color: 10207471.

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

Color convert

RGB 239 192 155 -
CMYK 0 0.20 0.35 0.06
HSL 26.43º 0.72% 0.77% -
HSV(B) 26.43º 0.35% 0.94% -
XYZ 60.36 58.42 39.1 -
YUV 201.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 239 192 155 0 0.20 0.35 0.06 26.43 0.72 0.77
Hex EF C0 9B 0 14 23 6 1A 48 4D
Octal 357 300 233 0 24 43 6 32 110 115
Binary 11101111 11000000 10011011 0 10100 100011 110 11010 1001000 1001101

Color Harmonies of #EFC09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC09B

Black with #EFC09B

Text Example


Text Example

White with #EFC09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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